We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0982a commit f8c2baeCopy full SHA for f8c2bae
1 file changed
.github/workflows/go.yaml
@@ -2,8 +2,8 @@ name: Go
2
3
on:
4
push:
5
- branches:
6
- - *
+ branches: [ "*" ]
+ pull_request:
7
8
9
jobs:
0 commit comments