Skip to content

Commit

Permalink
feat(ci): run only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kettei-sproutty committed Jan 16, 2024
1 parent ff218d5 commit f4225ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo fmt --all -- --check
if: ${{ steps.release.outputs.release_created }}
- run: wasm-pack pack
if: ${{ steps.release.outputs.release_created }}
- name: Update Package Name
Expand Down

0 comments on commit f4225ac

Please sign in to comment.