From 72503a0abebc22cafdad7577a65a1afbad9afa52 Mon Sep 17 00:00:00 2001 From: Chinelo Obitube <74656858+chinelo-obitube@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:50:37 +0200 Subject: [PATCH] run tests(github actions) on other branches (#2007) Co-authored-by: chinelo-obitube --- .github/workflows/ci-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 9a35e688f9..3c8e3b8c38 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -10,6 +10,8 @@ on: pull_request: branches: - develop + - epic* + - cv2* env: CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"