diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bb10fad..4fb281b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -5,6 +5,10 @@ name: Docker build and publish on: push: branches: ['main'] + paths: + - Dockerfile + - main.py + - requirements.txt # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: