From 074ccd198c88b10c0363cd29371dd52c387b5aab Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:34:29 -0400 Subject: [PATCH] Update .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03fc099..751e545 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,7 @@ -on: push +on: + push: + pull_request: + types: [opened, synchronize] jobs: build: runs-on: ubuntu-latest