Skip to content

Commit 133e146

Browse files
committed
run dev tests on changes to lock file
1 parent 45a32ee commit 133e146

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-dev-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
paths:
77
- "**.rs"
88
- "*.toml"
9+
- "Cargo.lock"
910
- ".github/workflows/run-dev-tests.yml"
1011
pull_request:
1112
# types: opened
1213
branches: [main]
1314
paths:
1415
- "**.rs"
1516
- "*.toml"
17+
- "Cargo.lock"
1618
- ".github/workflows/run-dev-tests.yml"
1719

1820
env:

0 commit comments

Comments
 (0)