Skip to content

Commit 007dcaf

Browse files
committed
Update docker workflow to run when uv.lock is updated
1 parent 143f427 commit 007dcaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ on:
99
paths:
1010
- Dockerfile
1111
- .github/workflows/docker.yml
12+
- uv.lock
1213
pull_request:
1314
branches:
1415
- main
15-
- develop
1616
paths:
1717
- Dockerfile
1818
- .github/workflows/docker.yml
19+
- uv.lock
1920

2021
jobs:
2122
push_to_registry:

0 commit comments

Comments
 (0)