From 4a4f72ca86414ba0330d3f8cbfc4f1aa89f927bc Mon Sep 17 00:00:00 2001 From: Dragutin Vujovic <66312566+dragutin-nav@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:11:01 +0200 Subject: [PATCH] Workflow update (#1702) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix github workflow --------- Co-authored-by: Ingrid Fosså Co-authored-by: Sneha Desai Co-authored-by: JulieHillRoa Co-authored-by: Klara M Helgemo --- .github/workflows/main-gcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main-gcp.yml b/.github/workflows/main-gcp.yml index 563ede5f61..2b5ec239b8 100644 --- a/.github/workflows/main-gcp.yml +++ b/.github/workflows/main-gcp.yml @@ -32,7 +32,7 @@ jobs: build-and-push: name: Build and push runs-on: ubuntu-latest - if: github.ref == 'refs/heads/dev' + if: github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master' outputs: image: ${{ steps.docker-build-push.outputs.image }} steps: