From 85c420be4f22f17ea1e8fe8435d6860d38976645 Mon Sep 17 00:00:00 2001 From: Amund Isaksen <31344542+Teddy-1000@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:48:59 +0200 Subject: [PATCH] Update registry_upload.yml --- .github/workflows/registry_upload.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/registry_upload.yml b/.github/workflows/registry_upload.yml index a64c7553..d302072a 100644 --- a/.github/workflows/registry_upload.yml +++ b/.github/workflows/registry_upload.yml @@ -5,6 +5,9 @@ name: Create and publish a Docker image on: push: branches: ["main"] + pull_request: + branches: + - main # 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: