We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab9d52 commit aee65d7Copy full SHA for aee65d7
1 file changed
.github/workflows/go-test-windows.yml
@@ -5,7 +5,11 @@
5
6
name: "Go Test Windows"
7
8
-on: [ push ]
+on:
9
+ push:
10
+ branches:
11
+ - 'main'
12
+ pull_request:
13
14
permissions:
15
contents: read
0 commit comments