Skip to content

Commit

Permalink
Merge pull request #1 from senacor/fix/cloud-run-workflow
Browse files Browse the repository at this point in the history
Fix cloud run workflow
  • Loading branch information
yannick-muenz authored Mar 21, 2024
2 parents 8c52472 + 3090e76 commit 140717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-run-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ name: Build and Deploy to Cloud Run
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: [ "main" ]
env:
PROJECT_ID: genuine-wording-417014 # TODO: update Google Cloud project id
GAR_LOCATION: europe-west3 # TODO: update Artifact Registry location
Expand Down

0 comments on commit 140717f

Please sign in to comment.