From a1e64cc76c0cc3de3e3ceda4512e2569e045bb92 Mon Sep 17 00:00:00 2001 From: hayesandhayes <63373706+hayesandhayes@users.noreply.github.com> Date: Thu, 9 Apr 2020 02:07:04 +0200 Subject: [PATCH] Update ci-unit-tests.yaml --- .github/workflows/ci-unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-unit-tests.yaml b/.github/workflows/ci-unit-tests.yaml index 3a125cc..c334199 100644 --- a/.github/workflows/ci-unit-tests.yaml +++ b/.github/workflows/ci-unit-tests.yaml @@ -1,6 +1,6 @@ name: Unit tests -on: [pull_request] +on: [pull_request, push] jobs: ci-unit-tests: