Skip to content

Commit 625c1dd

Browse files
committed
Fix CI for v0.4.x branch
1 parent 471ab8d commit 625c1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [ master, "v0.3.x" ]
4+
branches: [ master, "v0.4.x" ]
55
pull_request:
6-
branches: [ master, "v0.3.x" ]
6+
branches: [ master, "v0.4.x" ]
77
env:
88
CARGO_TERM_COLOR: always
99
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)