Skip to content

Commit 1c02009

Browse files
authored
Remove branch restrictions for CI workflow
Removed main branch restriction for push and pull request events.
1 parent efb7744 commit 1c02009

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [ "main" ]
65
pull_request:
7-
branches: [ "main" ]
86

97
env:
108
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)