From 117e5999ffb1961a844adfec2a199ed0014ad93d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 May 2020 12:19:54 +0100 Subject: [PATCH] Run CI on push to master and PRs --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5d94d0..6082578 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,10 @@ name: CI on: - push: {} + push: + branches: + - master + pull_request: jobs: tests: