Skip to content

Commit 55dc94c

Browse files
committed
fix(configure) : updated workflow trigger
1 parent f491be1 commit 55dc94c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ on:
2424
push:
2525
branches:
2626
- main
27-
- feature/integrate-keycloak-sso
2827
paths:
2928
- 'lgtm-stack/terraform/**'
3029
- '.github/workflows/deploy-lgtm-gke.yaml'
@@ -208,7 +207,7 @@ jobs:
208207
runs-on: ubuntu-latest
209208
needs: [terraform-plan]
210209
if: |
211-
(github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/integrate-keycloak-sso')) ||
210+
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
212211
(github.event_name == 'workflow_dispatch' && github.event.inputs.terraform_action == 'apply')
213212
environment:
214213
name: production

0 commit comments

Comments
 (0)