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 Jan 13, 2023
1 parent 803a3ba commit 6167a51
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 6167a51

Please sign in to comment.