Skip to content

Commit

Permalink
fix: 🐛don't create release on PR (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch authored Feb 16, 2022
1 parent 05ae119 commit d4ea027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
files: output/*
args: "-9f --lzma"
- uses: "marvinpinto/action-automatic-releases@latest"
if: ${{ !env.ACT }}
if: ${{ github.event_name == 'push' && !env.ACT }}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.NOW }}"
Expand Down

0 comments on commit d4ea027

Please sign in to comment.