Skip to content

Commit

Permalink
Run releaser only on tags
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Apr 27, 2024
1 parent 93ddf15 commit dac9238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: goreleaser
on:
pull_request:
push:
tags:
- '*'

permissions:
contents: write
Expand Down

0 comments on commit dac9238

Please sign in to comment.