Skip to content

Commit ee6eb93

Browse files
committed
Run unit tests on push to main branch
because otherwise they often get when a developer pushes to main without a PR. Ensures that unit tests are executed automatically when changes are pushed to the main branch, improving test coverage and early detection of issues in the primary codebase. (#4563)
1 parent 2bc68ec commit ee6eb93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Unit tests
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches: ['*']
69
types:

0 commit comments

Comments
 (0)