diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/haskell.yml | 2 |
1 files changed, 0 insertions, 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: |