diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index a1f2c03..f4c08ab 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -99,5 +99,6 @@ jobs: run: exit 1 - name: Terraform Apply - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + #if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.ref == 'refs/heads/develop' && github.event_name == 'push' run: make terraform-apply \ No newline at end of file