From 1d35b4c71525105966053ff0a825fa880a95e0e2 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 19 Nov 2025 14:24:50 -0800 Subject: [PATCH] chore(tests): run unit tests after merge This adds an additional trigger to the unit tests to run post-submit as well --- .github/workflows/unittest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 41694c3..6e05ae5 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: