We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d464249 commit c9d4d06Copy full SHA for c9d4d06
1 file changed
.github/workflows/rust.yml
@@ -3,6 +3,8 @@ name: Rust
3
on:
4
push:
5
branches: [ "main" ]
6
+ pull_request:
7
+ branches: [ main ]
8
9
env:
10
CARGO_TERM_COLOR: always
0 commit comments