From 64f438291f3dcc963ce326a2aa0bc2bbfb5aabbc Mon Sep 17 00:00:00 2001 From: Tharald Stray Date: Tue, 15 Aug 2023 15:05:53 +0200 Subject: [PATCH] main -> master in deploy config --- .github/workflows/build-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index d211bff2..a1a98b14 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -65,7 +65,7 @@ jobs: deploy-to-dev-gcp-ekstern: name: Deploy to dev-gcp (ekstern) - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' needs: docker-build-push runs-on: ubuntu-latest timeout-minutes: 5 @@ -79,7 +79,7 @@ jobs: deploy-to-prod-gcp: name: Deploy to prod-gcp - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' needs: docker-build-push runs-on: ubuntu-latest timeout-minutes: 5