Skip to content

Commit

Permalink
chore(ci): only lint when action changed (#9678)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz committed Apr 2, 2024
1 parent 67d353b commit faa61a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/action_syntax.yml
@@ -1,5 +1,9 @@
name: action_syntax
on: [pull_request]
on:
pull_request:
paths:
- '.github/workflows/*.yaml'
- '.github/workflows/*.yml'

permissions:
contents: read
Expand Down

0 comments on commit faa61a6

Please sign in to comment.