Skip to content

Commit

Permalink
ci: Add support for running unit tests on feature branches (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Mar 4, 2024
1 parent c7a8851 commit c2aa477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2aa477

Please sign in to comment.