Skip to content

Commit

Permalink
publish only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed May 5, 2024
1 parent a5cc803 commit 4531801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
run: cargo test

- name: Cargo publish
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: cargo publish || true

0 comments on commit 4531801

Please sign in to comment.