Skip to content

Commit a1aaa69

Browse files
committed
Add pull_request trigger for main branch in Rust workflow
1 parent a73a9a8 commit a1aaa69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Rust
33
on:
44
push:
55
branches: [ "main" ]
6+
pull_request:
7+
branches: [ main ]
68

79
env:
810
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)