Skip to content

Commit 7c16e23

Browse files
committed
CI: Updated the CI configuration to execute on pull requests opened against all branches, enabling development on feature branches.
1 parent de53b2b commit 7c16e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main, 0.*.x ]
66
pull_request:
7-
branches: [ main, 0.*.x ]
7+
branches: []
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)