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

Commit

Permalink
Deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Aug 22, 2023
1 parent a06389e commit 520c488
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/master'
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/use-metrics-package'
needs: docker-build-push
runs-on: ubuntu-latest
timeout-minutes: 5
Expand Down

0 comments on commit 520c488

Please sign in to comment.