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 999059d commit 5d7fff9Copy full SHA for 5d7fff9
1 file changed
.github/workflows/actionlint.yml
@@ -1,5 +1,9 @@
1
name: Lint GitHub Actions workflows
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - develop
7
8
jobs:
9
actionlint:
0 commit comments