From b9ccd44f0a006502a1d4943ae8fa6c3139fba8c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 21 Sep 2019 17:49:00 -0700 Subject: Actions ci - trigger on pull_request as well as push. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4a87ab9..071098882 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,6 @@ name: CI tests -on: [push] -# push: +on: [push, pull_request] # paths: # - '*' # - '.github/workflows/haskell.yml' -- cgit v1.2.3