Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 1e10102

Browse files
rossbergbackes
authored andcommitted
Activate CI for wasm-3.0 branch
1 parent 76654e2 commit 1e10102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-spec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI for specs
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, wasm-3.0 ]
66
paths: [ .github/**, document/** ]
77

88
pull_request:
9-
branches: [ main ]
9+
branches: [ main, wasm-3.0 ]
1010
paths: [ .github/**, document/** ]
1111

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

0 commit comments

Comments
 (0)