diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-09-10 00:21:16 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-09-10 00:21:16 +0200 |
| commit | 34ea51ad9ccedbec3c3371104ff4240de84abdc5 (patch) | |
| tree | 44c7e7a6c67addb9578fee8798e6730cd4f20883 /.github | |
| parent | 3c16adc4e12873802b15d77a8357f56893a9c84f (diff) | |
ci: fix github action
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yaml | 4 |
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: |
