Skip to content

Commit 93c5419

Browse files
committed
only run this workflow on changes applied to rust files
1 parent 2609202 commit 93c5419

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Rust
33
on:
44
push:
55
branches: [ "main" ]
6+
paths:
7+
- "**/*.rs"
8+
- "**/Cargo.toml"
69
pull_request:
710
branches: [ "main" ]
11+
paths:
12+
- "**/*.rs"
13+
- "**/Cargo.toml"
814

915
env:
1016
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)