Skip to content

Commit

Permalink
Activate CI for wasm-3.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Oct 29, 2024
1 parent d63f955 commit d527b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI for specs

on:
push:
branches: [ main ]
branches: [ main, wasm-3.0 ]
paths: [ .github/**, document/** ]

pull_request:
branches: [ main ]
branches: [ main, wasm-3.0 ]
paths: [ .github/**, document/** ]

# Allows you to run this workflow manually from the Actions tab
Expand Down

0 comments on commit d527b59

Please sign in to comment.