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