From d3bc320f7f16f415f53c02ce5f1f13d88048b5ed Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 18 Dec 2021 11:53:04 +0800 Subject: [PATCH] Build: Run GH action unit tests on next branch pushes --- .github/workflows/tests-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index ce20bd55505c..822dc4569629 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -10,7 +10,7 @@ on: jobs: build: name: Core Unit Tests node-${{ matrix.node_version }}, ${{ matrix.os }} - if: ${{ github.event.label.name == 'ci:matrix' }} + if: ${{ github.event.label.name == 'ci:matrix' || github.event.type == 'push' }} strategy: fail-fast: false matrix: