Skip to content

Commit

Permalink
Enable Build WASM Runtime job for PRs againt dev/tesnet
Browse files Browse the repository at this point in the history
automatic update of WASM blob will still happen only on merged to dev
  • Loading branch information
atodorov committed Apr 21, 2023
1 parent baae453 commit f622f84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build WASM Runtime
on:
push:
branches: [main, testnet, dev]
pull_request:
branches: [testnet, dev]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f622f84

Please sign in to comment.