Skip to content

Commit

Permalink
Change automatic workflow trigger to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-piombino-deltatre committed Jun 12, 2024
1 parent 5b42248 commit 8f2f5dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ on:
# description: 'Environment to run tests against'
# type: environment
# required: true
pull_request:
branches:
- master
push:
branches:
- fix/
tags:
- '*'

permissions:
contents: write
Expand Down

0 comments on commit 8f2f5dd

Please sign in to comment.