Skip to content

Commit 09c47b2

Browse files
committed
chore: Update release workflow triggers
1 parent 0eeef6d commit 09c47b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: goreleaser
22

33
on:
44
push:
5-
branches:
6-
- "main"
75
tags:
8-
- "v*.*.*"
6+
- v*
7+
branches:
8+
- main
99

1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)