Skip to content

Commit c9d4d06

Browse files
authored
Add pull_request trigger for main branch in Rust workflow (#32)
1 parent d464249 commit c9d4d06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)