Skip to content

Commit

Permalink
Prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Sep 1, 2023
1 parent 0c47b59 commit 0a7cf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-maybe-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
service_account_key: ${{ secrets.GCP_DEPLOY_SERVICE_ACCOUNT_MABL_DEV }}

- name: Deploy to Dev
#if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
run: |
GIT_SHA=${{ github.sha }}
GIT_SHA_SHORT=${GIT_SHA:0:7}
Expand Down

0 comments on commit 0a7cf87

Please sign in to comment.