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