Skip to content

Commit

Permalink
trigger workflow only on tags starts with v
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-keyvalue committed Aug 22, 2022
1 parent fcd6123 commit 03d592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- '*'
- 'v*'

jobs:
goreleaser:
Expand Down

0 comments on commit 03d592e

Please sign in to comment.