Skip to content

Commit

Permalink
update-goreleaser
Browse files Browse the repository at this point in the history
* only trigger for v* tags
  • Loading branch information
m-timmermann committed Mar 28, 2024
1 parent f2550d9 commit b658baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- '*'
- 'v*'
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b658baf

Please sign in to comment.