Skip to content

Commit bc247a8

Browse files
chore(tests): run unit tests after merge
This adds an additional trigger to the unit tests to run post-submit
1 parent 9340408 commit bc247a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7-
7+
push:
8+
branches:
9+
- main
810
jobs:
911
run-unittests:
1012
name: unit${{ matrix.option }}-${{ matrix.python }}

0 commit comments

Comments
 (0)