Skip to content

Commit 8c0bdf1

Browse files
committed
Enable CI in v0.x branch
1 parent fd3735e commit 8c0bdf1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
7+
- v0.x
68
pull_request:
7-
branches: [ master ]
9+
branches:
10+
- master
11+
- v0.x
812

913
env:
1014
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)