From c7b3506f48d93d33980b43a0d25738ea4d3276bd Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Fri, 19 Feb 2021 21:00:57 +0900 Subject: [PATCH] Update main_ci.yml --- .github/workflows/main_ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index bf67c58..55c4574 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -1,6 +1,10 @@ name: Run Tests -on: [push] +on: + push: + branches: + - master + pull_request: jobs: unit: