diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index ce6d4c2..ab328d7 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -1,7 +1,9 @@ name: goreleaser -on: - workflow_dispatch: +on: + push: + branches: + - "main" permissions: contents: write