From b9dc2c3ac413734539f7d963712668bbec3e81b4 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Wed, 29 Nov 2023 16:07:56 -0500 Subject: [PATCH] getting tired of adding comments, lets run units on push for now Signed-off-by: Justin Florentine --- .github/workflows/unit-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index cfbff551585..1938ce14b94 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -1,7 +1,9 @@ name: unit-tests on: + push: + branches: [ github_ci ] pull_request_review: - types: [ submitted ] + types: [ approved ] env: