Skip to content

Commit 611d110

Browse files
authored
Update Nginx-nap-apply.yml
1 parent 21e98cb commit 611d110

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Nginx-nap-apply.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: exit 1
8181

8282
- name: Terraform Apply
83-
if: github.ref == 'refs/heads/deploy-xc-nap' && github.event_name == 'push'
83+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
8484
run: terraform apply -auto-approve -input=false
8585

8686
terraform_eks:
@@ -154,7 +154,7 @@ jobs:
154154
run: exit 1
155155

156156
- name: Terraform Apply
157-
if: github.ref == 'refs/heads/deploy-xc-nap' && github.event_name == 'push'
157+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
158158
run: terraform apply -auto-approve -input=false
159159

160160
terraform_nap:
@@ -228,7 +228,7 @@ jobs:
228228
run: exit 1
229229

230230
- name: Terraform Apply
231-
if: github.ref == 'refs/heads/deploy-xc-nap' && github.event_name == 'push'
231+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
232232
run: terraform apply -auto-approve -input=false
233233

234234
terraform_arcadia:
@@ -301,5 +301,5 @@ jobs:
301301
run: exit 1
302302

303303
- name: Terraform Apply
304-
if: github.ref == 'refs/heads/deploy-xc-nap' && github.event_name == 'push'
304+
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
305305
run: terraform apply -auto-approve -input=false

0 commit comments

Comments
 (0)