We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeef6d commit 09c47b2Copy full SHA for 09c47b2
1 file changed
.github/workflows/release.yml
@@ -2,10 +2,10 @@ name: goreleaser
2
3
on:
4
push:
5
- branches:
6
- - "main"
7
tags:
8
- - "v*.*.*"
+ - v*
+ branches:
+ - main
9
10
permissions:
11
contents: write
0 commit comments