Skip to content

Commit

Permalink
fix: goreleaser action is running twice on PR's to master (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Aug 27, 2024
1 parent 61422c5 commit 2a1246f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: goreleaser

on:
pull_request:
push:
types: [ opened, reopened, synchronize ]
branches:
- 'master'

jobs:
goreleaser:
Expand Down

0 comments on commit 2a1246f

Please sign in to comment.