Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Deploy til dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgfa committed Aug 7, 2023
1 parent 7b9587f commit b2e93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b2e93f5

Please sign in to comment.