summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-09-10 00:21:16 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-09-10 00:21:16 +0200
commit34ea51ad9ccedbec3c3371104ff4240de84abdc5 (patch)
tree44c7e7a6c67addb9578fee8798e6730cd4f20883 /.github/workflows/test.yaml
parent3c16adc4e12873802b15d77a8357f56893a9c84f (diff)
ci: fix github action
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index f93c5a4..c1640e0 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -2,9 +2,9 @@ name: Rust CI
on:
push:
- branches: [main]
+ branches: ["**"]
pull_request:
- branches: [main]
+ branches: ["next", "main"]
jobs:
build-wasm: