diff options
author | jao <jao@gnu.org> | 2020-08-07 23:35:43 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-08-07 23:35:43 +0100 |
commit | c353eb02975999700b91e4a8835aba13643e820f (patch) | |
tree | 9a8d15f1f6895017f1d45e235dec45548603d625 /.github/workflows/haskell.yml | |
parent | 146b4260cf52c0653eea8490e0b47f87974a2a20 (diff) | |
download | xmobar-c353eb02975999700b91e4a8835aba13643e820f.tar.gz xmobar-c353eb02975999700b91e4a8835aba13643e820f.tar.bz2 |
Haskell action only for PRs, for real
Diffstat (limited to '.github/workflows/haskell.yml')
-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: |