Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Nov 7, 2023
1 parent de42b03 commit 3873797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/halo2-wasm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ defaults:
working-directory: halo2-wasm

on:
paths:
- "halo2-wasm/**"
push:
paths:
- "halo2-wasm/**"

jobs:
halo2-wasm-tests:
Expand Down
2 changes: 1 addition & 1 deletion halo2-wasm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Coming soon!

## Acknowledgements

This work would not be possible without [Nalin's](https://twitter.com/nibnalin) guide on using raw halo2 in WASM. Check out his guide [here](https://zcash.github.io/halo2/user/wasm-port.html).
This work would not be possible without [Nalin's](https://twitter.com/nibnalin) guide on using raw halo2 in WASM. Check out his guide [here](https://zcash.github.io/halo2/user/wasm-port.html).

0 comments on commit 3873797

Please sign in to comment.