From 5257311c918bcf3f2a1366a345c38cbf54eac9ef Mon Sep 17 00:00:00 2001 From: Chinelo Obitube <74656858+chinelo-obitube@users.noreply.github.com> Date: Tue, 27 Aug 2024 17:36:01 +0200 Subject: [PATCH] run tests(github actions) on other branches (#2008) Co-authored-by: chinelo-obitube --- .github/workflows/ci-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3c8e3b8c3..d5126ae9e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -7,11 +7,12 @@ on: branches: - master - develop + - epic* + - cv2* pull_request: branches: - develop - - epic* - - cv2* + env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"