From bdd1afea5779da69931e43359e62095d8864d6f6 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 20 May 2020 15:30:44 -0700 Subject: [PATCH] Run CI on master and PRs to master only --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62179d8b..004858c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,13 @@ name: CI on: - pull_request: push: - branches: ["*"] + branches: + - master + + pull_request: + branches: + - master jobs: build: