Skip to content

Commit dfc0c84

Browse files
committed
ci: restrict push trigger for check-rust to main branch only
1 parent 35abd6f commit dfc0c84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-rust.yml

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

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- "src/**"
79
- "Cargo.toml"

0 commit comments

Comments
 (0)