From 8417c7ed54699c0d46e15b6dac01a3851819a353 Mon Sep 17 00:00:00 2001 From: g-lorena Date: Mon, 29 Apr 2024 12:04:29 +0200 Subject: [PATCH] change github actions step to test --- .github/workflows/ci_cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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