Skip to content

Commit 48c38a9

Browse files
committed
Run CI workflow on v0.1 branch
1 parent 819ff31 commit 48c38a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yaml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v0.1 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v0.1 ]
88

99
jobs:
1010
format:

0 commit comments

Comments
 (0)