We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec64d commit fdc02c7Copy full SHA for fdc02c7
1 file changed
.github/workflows/linting.yml
@@ -1,6 +1,12 @@
1
name: Linting
2
3
-on: pull_request
+on:
4
+ pull_request:
5
+
6
+ # Running on main ensures a cache is available for PRs to reuse
7
+ push:
8
+ branches:
9
+ - main
10
11
# GitHub Action cannot handle this if this workflow is required
12
# paths:
0 commit comments