Skip to content

Commit b35eafa

Browse files
committed
Fix paths for uv lock check
1 parent 3d0a0ed commit b35eafa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-uv-lock.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Check uv.lock
33
on:
44
pull_request:
55
paths:
6-
- "pyproject.toml"
7-
- "uv.lock"
6+
- "src/python/pyproject.toml"
7+
- "src/python/uv.lock"
88
push:
99
paths:
10-
- "pyproject.toml"
11-
- "uv.lock"
10+
- "src/python/pyproject.toml"
11+
- "src/python/uv.lock"
1212

1313
jobs:
1414
check-lock:

0 commit comments

Comments
 (0)