From 7250f22ff64e4667746c8a4cc38879cd29816418 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Mon, 30 Sep 2019 15:37:52 +0100 Subject: [PATCH] Update CI to also run on PRs --- .github/workflows/main-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 54afe58e3..16f34b3e2 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -1,10 +1,9 @@ name: Build -on: [push] +on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest steps: