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

Commit 34ea51a

Browse files
ci: fix github action
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 3c16adc commit 34ea51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: ["**"]
66
pull_request:
7-
branches: [main]
7+
branches: ["next", "main"]
88

99
jobs:
1010
build-wasm:

0 commit comments

Comments
 (0)