Skip to content

Commit 3f6bc2d

Browse files
Enable CI for version-* branches
#488 (cherry picked from commit 55cf144)
1 parent d2f0b3d commit 3f6bc2d

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: [ main ]
5+
branches:
6+
- main
7+
- version-*
68
pull_request:
7-
branches: [ main ]
9+
branches:
10+
- main
11+
- version-*
812
schedule:
913
- cron: '0 0 * * 0-6'
1014

0 commit comments

Comments
 (0)