Skip to content

Commit 4701d7b

Browse files
committed
ci(deploy-gke): update feature branch for GKE deploy
1 parent 15a7a32 commit 4701d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-lgtm-gke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
push:
2626
branches:
2727
- main
28-
- feat/5-Implement-data-isolation-and-multitenancy
28+
- feat/5-Implement-data-isolation-and-multitenancy-b
2929
paths:
3030
- 'lgtm-stack/terraform/**'
3131
- '.github/workflows/deploy-lgtm-gke.yaml'
@@ -221,7 +221,7 @@ jobs:
221221
runs-on: ubuntu-latest
222222
needs: [terraform-plan]
223223
if: |
224-
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/5-Implement-data-isolation-and-multitenancy')) ||
224+
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/5-Implement-data-isolation-and-multitenancy-b')) ||
225225
(github.event_name == 'workflow_dispatch' && github.event.inputs.terraform_action == 'apply')
226226
environment:
227227
name: production

0 commit comments

Comments
 (0)