Skip to content

Commit 823bd89

Browse files
committed
ci: trigger GitHub Actions workflows only on version tags
- Restrict the GitHub Actions workflow to trigger only on tags matching the pattern vMAJOR.MINOR.PATCH Signed-off-by: appleboy <[email protected]>
1 parent f6208e0 commit 823bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Goreleaser
33
on:
44
push:
55
tags:
6-
- "*"
6+
- "v[0-9]+.[0-9]+.[0-9]+"
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)