Skip to content

Commit

Permalink
Merge pull request #4 from FriendlyCaptcha/fix-gh-actions-run-on-release
Browse files Browse the repository at this point in the history
Fix GH Actions release trigger
  • Loading branch information
gzuidhof authored Oct 21, 2024
2 parents b5d6cd3 + 681b578 commit a2af485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches: [main]
pull_request:
branches: [main]
release:
types: [published]

jobs:
goreleaser:
Expand Down

0 comments on commit a2af485

Please sign in to comment.