We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44aa5b commit 7621cc3Copy full SHA for 7621cc3
1 file changed
.github/workflows/go.yml
@@ -3,10 +3,10 @@ name: CI
3
on:
4
push:
5
branches: [master, main]
6
+ tags:
7
+ - 'v*'
8
pull_request:
9
- tags:
- - 'v*'
10
11
jobs:
12
test:
0 commit comments