We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11568c4 commit a1e40f9Copy full SHA for a1e40f9
1 file changed
.github/workflows/go-validate.yml
@@ -4,7 +4,11 @@
4
5
name: "Go Validate"
6
7
-on: [ push ]
+on:
8
+ push:
9
+ branches:
10
+ - 'main'
11
+ pull_request:
12
13
permissions:
14
contents: read
0 commit comments