From 88734c568f69ad208084e9fa0eb81462ad540346 Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Wed, 12 Mar 2025 13:40:40 -0400 Subject: [PATCH] ci: add unit test run for merge to main this ensures the README badge reflects current main and not random statuses from Pull Requests Signed-off-by: Nathan Weinberg --- .github/workflows/unit-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 39505ba11..59d18b3be 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -1,6 +1,8 @@ name: Unit Tests on: + push: + branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: