From 1efb25a06439af1882d5f0a352c8667d1e155796 Mon Sep 17 00:00:00 2001 From: Sourav Kundu Date: Mon, 2 Dec 2024 13:01:50 -0600 Subject: [PATCH] enable deploy from non main branch --- .github/workflows/terraform-ecr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform-ecr.yml b/.github/workflows/terraform-ecr.yml index fa199ea..5343f75 100644 --- a/.github/workflows/terraform-ecr.yml +++ b/.github/workflows/terraform-ecr.yml @@ -161,6 +161,6 @@ jobs: # On push to "main", build or change infrastructure according to Terraform configuration files # Note: It is recommended to set up a required "strict" status check in your repository for "Terraform Cloud". See the documentation on "strict" required status checks for more information: https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks - name: Terraform Apply - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' run: | terraform apply -auto-approve -input=false \ No newline at end of file