Skip to content

Commit

Permalink
fix: Only release on manual ci.yml workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Jul 11, 2022
1 parent 92be908 commit 1b4b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:

# Update the version (npm version [major|minor|patch])
- name: Run semantic release
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch'
run: |
git config user.name "ipfs-gui-bot"
git config user.email "108953096+ipfs-gui-bot@users.noreply.github.com"
Expand Down

0 comments on commit 1b4b31d

Please sign in to comment.