Skip to content

Commit d299bde

Browse files
committed
chore: Limit paths on build action
1 parent fba480c commit d299bde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rust_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Rust CI
33
on:
44
push:
55
branches: [ "main" ]
6+
paths:
7+
- "src/**"
8+
- "Cargo.toml"
9+
- "Cargo.lock"
10+
- ".github/workflows/rust_build.yml"
611
pull_request:
712
branches: [ "main" ]
813
workflow_dispatch:

0 commit comments

Comments
 (0)