diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index aaee59d..54d6567 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,6 +1,10 @@ name: Create and publish a Docker image -on: workflow_dispatch +on: + workflow_dispatch: + push: + branches: + - master # 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: