We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790010c commit 6b960e0Copy full SHA for 6b960e0
1 file changed
.github/workflows/go.yml
@@ -5,9 +5,8 @@ name: Go
5
6
on:
7
push:
8
- branches: [ "main" ]
9
- pull_request:
10
+ tags:
+ - 'v*.*.*'
11
12
jobs:
13
0 commit comments