From ede9a1b64acfcb59cb52d8c18c23a983f89ccaa2 Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Fri, 28 Jan 2022 09:38:19 -0500 Subject: [PATCH] Run CI on master pushes and all PRs --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e3e7fe..69584af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,10 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, develop ] + branches: + - master pull_request: - types: [opened, reopened] jobs: build: