Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
main -> master in deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
tharaldyo committed Aug 15, 2023
1 parent 7587afa commit 64f4382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 64f4382

Please sign in to comment.