We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96b8d commit 6c1b9eeCopy full SHA for 6c1b9ee
.github/workflows/terraform.yml
@@ -3,7 +3,7 @@ name: "Terraform"
3
on:
4
push:
5
branches:
6
- - main
+ - stable
7
pull_request:
8
9
@@ -111,5 +111,5 @@ jobs:
111
run: exit 1
112
113
- name: Terraform Apply
114
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/stable' && github.event_name == 'push'
115
run: terraform apply -auto-approve -input=false
0 commit comments