Skip to content

Commit 327b86b

Browse files
committed
ci: fix file trigger paths
1 parent 117b965 commit 327b86b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
branches:
66
- main
77
paths:
8-
- Pipfile
9-
- Pipfile.lock
8+
- pyproject.toml
9+
- uv.lock
1010
- .devcontainer/Dockerfile
1111
pull_request:
1212
branches:
1313
- main
1414
paths:
15-
- Pipfile
16-
- Pipfile.lock
15+
- pyproject.toml
16+
- uv.lock
1717
- .devcontainer/Dockerfile
1818
workflow_dispatch:
1919

0 commit comments

Comments
 (0)