Fix branch name

This commit is contained in:
2022-09-05 20:56:15 -04:00
parent 1339d1e1d3
commit ca005a735f

View File

@@ -7,7 +7,7 @@ stages:
deploy:
stage: deploy
only:
- main # This pipeline stage will run on this branch alone
- master # This pipeline stage will run on this branch alone
image: google/cloud-sdk:latest # We'll use Google Cloud SDK for Cloud Run related commands
script: