diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 7ef7af8..9438d87 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -3,6 +3,8 @@ name: goreleaser on: push: branches: [ main ] + tags: + - 'v*' pull_request: branches: [ main ]