File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Auto Deploy to Google Cloud
33on :
44 push :
55 branches :
6- - main
6+ - feature/custom-testing-base-url
77
88jobs :
99 deploy :
1919 FRONTEND_IMAGE_NAME : europe-west3-docker.pkg.dev/thf-climate-cloud/thf-climate-frontend/thf-climate-frontend
2020
2121 steps :
22- # Step 1: Checkout the code
23- - name : Checkout code
24- uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2523
2624 # Step 2: Decode and Write the Service Account Key to a file properly
2725 - name : Set up Google Cloud credentials
Original file line number Diff line number Diff line change 11name : Tests for Main Merge
22
33on :
4- # pull_request:
5- # branches:
6- # - main
7- push :
4+ pull_request :
85 branches :
9- - feature/custom-testing-base-url
6+ - main
107
118jobs :
129 tests-on-main :
You can’t perform that action at this time.
0 commit comments