Skip to content

Commit cc1f591

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

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,16 +5,16 @@ on:
55
branches:
66
- main
77
paths:
8-
- Pipfile
9-
- Pipfile.lock
108
- .devcontainer/Dockerfile
9+
- pyproject.toml
10+
- uv.lock
1111
pull_request:
1212
branches:
1313
- main
1414
paths:
15-
- Pipfile
16-
- Pipfile.lock
1715
- .devcontainer/Dockerfile
16+
- pyproject.toml
17+
- uv.lock
1818
workflow_dispatch:
1919

2020
jobs:

0 commit comments

Comments
 (0)