From 0f05a7eae64ed29afaa920e7399dbb764ca99500 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 7 Apr 2021 18:30:09 -0400 Subject: [PATCH] and make sure it runs everywhere we want it to --- .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 52d08b8..017e1a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: Haskell CI -on: [pull_request] +on: + pull_request: + branches: + - "**" + push: + branches: + - "master" jobs: build: