Skip to content

Commit 4c198a6

Browse files
committed
fix(ci): remove stale cargo config and add branch triggers
1 parent 8c1e2e5 commit 4c198a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches:
77
- "develop"
88
- "main"
9+
- "main-0.4"
10+
- "main-0.6"
911

1012
concurrency:
1113
group: ${{ github.ref_name }}
@@ -41,6 +43,9 @@ jobs:
4143
restore-keys: |
4244
${{ runner.os }}-build-
4345
46+
- name: Remove stale cargo config
47+
run: rm -f .cargo/config .cargo/config.toml
48+
4449
- name: Install nix packages
4550
run: nix develop -c $SHELL -c "echo Nix packages installed"
4651

0 commit comments

Comments
 (0)