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'