Skip to content

Allow only run release job from tags and not any commit from release-… #31

Allow only run release job from tags and not any commit from release-…

Allow only run release job from tags and not any commit from release-… #31

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '.github/**'
push:
branches:
- "main"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: docker://rhysd/actionlint:1.7.10
with:
args: -color