Skip to content

Commit 0771df0

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
enable CI on release branches
1 parent 19b84b8 commit 0771df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
88
paths-ignore:
99
- "docs/**"
1010
- "*.md"

0 commit comments

Comments
 (0)