From bc247a8c067c2a42dedff8b6144c2242938ec4f1 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 19 Nov 2025 14:32:16 -0800 Subject: [PATCH] chore(tests): run unit tests after merge This adds an additional trigger to the unit tests to run post-submit --- .github/workflows/unittest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index f260a6a55..057f7cece 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -4,7 +4,9 @@ on: pull_request: branches: - main - + push: + branches: + - main jobs: run-unittests: name: unit${{ matrix.option }}-${{ matrix.python }}