summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-08-07 23:35:43 +0100
committerjao <jao@gnu.org>2020-08-07 23:35:43 +0100
commitc353eb02975999700b91e4a8835aba13643e820f (patch)
tree9a8d15f1f6895017f1d45e235dec45548603d625
parent146b4260cf52c0653eea8490e0b47f87974a2a20 (diff)
downloadxmobar-c353eb02975999700b91e4a8835aba13643e820f.tar.gz
xmobar-c353eb02975999700b91e4a8835aba13643e820f.tar.bz2
Haskell action only for PRs, for real
-rw-r--r--.github/workflows/haskell.yml2
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: