diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 3c97636..807bcc1 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -2,8 +2,10 @@ name: goreleaser on: push: + branches: + - main tags: - - '*' + - 'v.*' jobs: goreleaser: