We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0831f commit 37d7924Copy full SHA for 37d7924
.github/workflows/actions.yml
@@ -1,6 +1,11 @@
1
name: Lint GitHub Actions
2
3
on:
4
+ push:
5
+ paths:
6
+ - '.github/workflows/*.ya?ml'
7
+ branches:
8
+ - main
9
pull_request:
10
paths:
11
- '.github/workflows/*.ya?ml'
0 commit comments