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 }}