From 63d062fa9df25921ed8bb51278cbb47f5f6d798a Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 19 Nov 2025 14:31:23 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 01978ba..030fdde 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -2,6 +2,9 @@ on: pull_request: branches: - main + push: + branches: + - main name: unittest jobs: unit: