Skip to content

Commit

Permalink
ci: fix file trigger paths
Browse files Browse the repository at this point in the history
  • Loading branch information
31ch committed Jan 1, 2025
1 parent 117b965 commit 327b86b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- main
paths:
- Pipfile
- Pipfile.lock
- pyproject.toml
- uv.lock
- .devcontainer/Dockerfile
pull_request:
branches:
- main
paths:
- Pipfile
- Pipfile.lock
- pyproject.toml
- uv.lock
- .devcontainer/Dockerfile
workflow_dispatch:

Expand Down

0 comments on commit 327b86b

Please sign in to comment.