Skip to content

Commit

Permalink
Run publish dry run on main (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 1, 2022
1 parent e39e4aa commit 2a5bd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- run: cargo hack test $CARGO_HACK_ARGS

publish-dry-run:
if: startsWith(github.head_ref, 'release/')
if: github.event_name == 'push' || startsWith(github.head_ref, 'release/')
strategy:
matrix:
sys:
Expand Down

0 comments on commit 2a5bd49

Please sign in to comment.