diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4249ad4..933cd5a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -4,6 +4,8 @@ on: push: branches: - main + tags: + - '*' pull_request: types: [opened, reopened, synchronize]