From c2aa477e5fb9559c9d50a03d6280e8b8436e7ade Mon Sep 17 00:00:00 2001 From: Marty T <120425148+tippmar-nr@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:35:55 -0600 Subject: [PATCH] ci: Add support for running unit tests on feature branches (#2300) --- .github/workflows/run_unit_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index e52da0e481..0133567b69 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -4,6 +4,7 @@ on: push: branches: - main # runs after a completed PR to main + - feature/* # runs after a completed PR to a feature branch pull_request: # runs on a PR to any branch workflow_dispatch: # allows for manual trigger