From de1e58e1cb775d9ccf4cda7169727d9ef25113aa Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 24 Apr 2020 16:22:44 -0400 Subject: [PATCH] Run Github Actions on PRs, too --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98f4f19a..64627bf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,6 @@ name: Continuous Integration Checks -on: - push: +on: [push, pull_request] jobs: build: -- 2.30.2