From 8b939224b8b5bfda8857ec419f7c6fdaaf54ff7e Mon Sep 17 00:00:00 2001 From: Amisha Singla Date: Fri, 26 Jul 2024 12:44:03 -0500 Subject: [PATCH] use different branch instead of master to test --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 555ded48..f381b790 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -98,7 +98,7 @@ jobs: # $COMPOSER_ENVIRONMENT --location $LOCATION variables import # -- gcsfuse/actual_mount_path/variables.json deploy-to-prod: - if: ${{ github.event.inputs.envName == 'prod' && github.ref == 'refs/heads/master' }} + if: ${{ github.event.inputs.envName == 'prod' && github.ref == 'refs/heads/test-release-master' }} runs-on: ubuntu-latest needs: [tests] steps: