Skip to content

Commit e233049

Browse files
committed
Add the v0.4.x branch to CI
1 parent b15dca0 commit e233049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
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", "v0.3.x" ]
55
pull_request:
6-
branches: [ master, "v0.3.x" ]
6+
branches: [ master, "v0.4.x", "v0.3.x" ]
77
env:
88
CARGO_TERM_COLOR: always
99
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)