From 2bf261052caba1cb6eed17fc48943861f32689f1 Mon Sep 17 00:00:00 2001 From: Nick Hynes Date: Wed, 28 Apr 2021 10:41:36 -0500 Subject: [PATCH] Run CI on merge requests --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304258e..d6de642 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,10 @@ -on: push +on: + push: + branches: + - master + pull_request: + branches: + - master name: CI