From ca2aef00fdecfb4874fb9cf3880281ad1fe6b21d Mon Sep 17 00:00:00 2001 From: Ben Tranter Date: Fri, 2 Oct 2020 15:47:25 -0400 Subject: [PATCH] Run Actions on push to master --- .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 299f79280..239874ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,10 @@ -on: [pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - master name: ci