Skip to content

Commit

Permalink
check on master for rel (#3715)
Browse files Browse the repository at this point in the history
check on maseter
  • Loading branch information
billyb2 committed Jul 8, 2024
1 parent 23806b1 commit 0927058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
retention-days: 1
overwrite: true
- name: Github release
if: steps.cache.outputs.cache-hit != 'true' # do not run if cache hit
if: steps.cache.outputs.cache-hit != 'true' && github.ref == 'refs/heads/master'
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit 0927058

Please sign in to comment.