diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 09f6109..c4d86fe 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -5,6 +5,7 @@ on: - cron: '0 4 * * *' #Runs daily at 4 AM UTC push: branches: + - test/CV2-5632-migrate-check-ci - master - develop