diff --git a/.github/workflows/halo2-wasm-tests.yml b/.github/workflows/halo2-wasm-tests.yml index c7fda1c..9b21e6d 100644 --- a/.github/workflows/halo2-wasm-tests.yml +++ b/.github/workflows/halo2-wasm-tests.yml @@ -5,8 +5,9 @@ defaults: working-directory: halo2-wasm on: - paths: - - "halo2-wasm/**" + push: + paths: + - "halo2-wasm/**" jobs: halo2-wasm-tests: diff --git a/halo2-wasm/readme.md b/halo2-wasm/readme.md index 0d5e51f..5afef07 100644 --- a/halo2-wasm/readme.md +++ b/halo2-wasm/readme.md @@ -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). \ No newline at end of file