From ca68e204e529fc14e076bf09cc9971840ded715e Mon Sep 17 00:00:00 2001 From: Joar Aurdal Date: Mon, 8 Jul 2024 07:48:54 +0200 Subject: [PATCH] =?UTF-8?q?Deploy=20til=20test=20for=20=C3=A5=20sjekke=20o?= =?UTF-8?q?m=20nais=20fungerer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a675978..86c4ed74 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: ######################### ### DEVELOPERS: Insert your feature branch name below (in addition to master) if you want to deploy it to dev ######################### - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/endret_tilgang_på_rest' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/testbranch' runs-on: ubuntu-latest outputs: image: ${{ steps.docker-build-push.outputs.image }}