From 0d5c1f7927678f658e41b3cec2b6b530ff36d415 Mon Sep 17 00:00:00 2001 From: Saad <38024451+sdadn@users.noreply.github.com> Date: Thu, 23 May 2024 15:17:11 -0500 Subject: [PATCH] updated cicd --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 53e1f3735..6653e2c7b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,9 +22,9 @@ on: type: environment required: true push: - branches: ['main'] + branches: ['main', 'terra-application-v1'] pull_request: - branches: ['main'] + branches: ['main', 'terra-application-v1'] schedule: - cron: '0 1 * * SUN'