Run Docker builds on pull requests that change the Dockerfile

This commit is contained in:
Zanie 2024-01-18 20:23:33 -06:00
parent c6ec7be27b
commit a601d41494
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ on:
- pyproject.toml - pyproject.toml
# And when we change this workflow itself... # And when we change this workflow itself...
- .github/workflows/build-docker.yml - .github/workflows/build-docker.yml
# Or when we change the Dockerfile!
- Dockerfile
jobs: jobs:
docker-publish: docker-publish: