Skip to content

Commit

Permalink
publish dry-run when PR or manually triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 6, 2023
1 parent fb1aed6 commit f116149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: katyo/publish-crates@v2
with:
args: --no-verify
dry-run: true
dry-run: ${{ github.event.pull_request || github.event.workflow.workflow_dispatch }}



0 comments on commit f116149

Please sign in to comment.