mirror of https://github.com/astral-sh/uv
Run Docker builds on pull requests that change the Dockerfile
This commit is contained in:
parent
c6ec7be27b
commit
a601d41494
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue