diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6928a0f..142991d 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -4,7 +4,9 @@ on: release: types: [published] push: - types: [latest] + branches: [ "master" ] + pull_request: + branches: ["master"] jobs: push_to_registries: