Skip to content

Commit e4fa162

Browse files
ci: Enable the unit tests on the default branch
Suggested-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> Signed-off-by: Christian Heusel <christian@heusel.eu>
1 parent 3b4bed9 commit e4fa162

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/poddefaults_unit_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches:
88
- main
99
- v*-branch
10+
push:
11+
branches:
12+
- main
1013

1114
jobs:
1215
build:

.github/workflows/profile_controller_unit_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
branches:
1010
- main
1111
- v*-branch
12+
push:
13+
branches:
14+
- main
1215

1316
jobs:
1417
build:

0 commit comments

Comments
 (0)