Skip to content

Commit 053b20a

Browse files
authored
Merge pull request #17 from rustbase/develop
ci: changing branches
2 parents 6c4c33b + c0b89fa commit 053b20a

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: [develop, stable]
66
pull_request:
7-
branches: [main]
7+
branches: [develop, stable]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)