Skip to content

Commit

Permalink
use different branch instead of master to test
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 26, 2024
1 parent ce22673 commit 8b93922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8b93922

Please sign in to comment.