Skip to content

Commit 0321a48

Browse files
committed
limiting file changes to build on
1 parent eb96406 commit 0321a48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: Rust
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- Cargo.toml
8+
- src/*
69
pull_request:
710
branches: [ master ]
11+
paths:
12+
- Cargo.toml
13+
- src/*
814

915
env:
1016
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)