diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index ba054a20..76d9f332 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -50,7 +50,7 @@ jobs: deploy-to-dev-gcp: name: Deploy to dev-gcp - if: github.ref == 'refs/heads/session-metric-v2' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/session-metric-v2' needs: compile-test-and-build runs-on: ubuntu-latest steps: