From c353eb02975999700b91e4a8835aba13643e820f Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 Aug 2020 23:35:43 +0100 Subject: Haskell action only for PRs, for real --- .github/workflows/haskell.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index d91c1db..6c1fd1f 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,8 +1,6 @@ name: Haskell CI (PRs) on: - push: - branches: [ master ] pull_request: branches: [ master ] workflow_dispatch: -- cgit v1.2.3