From ca005a735f58eea1c0906ee5bc946ca8b2d090fc Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Mon, 5 Sep 2022 20:56:15 -0400 Subject: [PATCH] Fix branch name --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60e3ae4..1222374 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: