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