We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d95d9d commit 04612adCopy full SHA for 04612ad
.github/workflows/validate.yml
@@ -2,6 +2,10 @@ name: Lint & Build
2
on:
3
pull_request:
4
5
+ push:
6
+ branches:
7
+ - 'main'
8
+
9
concurrency:
10
group: validate-${{ github.ref_name }}
11
cancel-in-progress: true
0 commit comments