Skip to content

Commit 71184d0

Browse files
committed
Only run the CI if Raw-rs changes
1 parent e90443d commit 71184d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-dev-and-ci-raw-rs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'libraries/raw-rs/**'
79
pull_request:
810
branches:
911
- master
12+
paths:
13+
- 'libraries/raw-rs/**'
14+
1015
env:
1116
CARGO_TERM_COLOR: always
1217

0 commit comments

Comments
 (0)