We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d353b commit faa61a6Copy full SHA for faa61a6
1 file changed
.github/workflows/action_syntax.yml
@@ -1,5 +1,9 @@
1
name: action_syntax
2
-on: [pull_request]
+on:
3
+ pull_request:
4
+ paths:
5
+ - '.github/workflows/*.yaml'
6
+ - '.github/workflows/*.yml'
7
8
permissions:
9
contents: read
0 commit comments