Turn on Haskell workflow for PRs
authorLuke Lau <luke_lau@icloud.com>
Fri, 20 Dec 2019 02:08:49 +0000 (02:08 +0000)
committerLuke Lau <luke_lau@icloud.com>
Fri, 20 Dec 2019 02:08:49 +0000 (02:08 +0000)
.github/workflows/haskell.yml

index 53827ca27f8f334701613b953ff2c10aa8c95053..70ee98a2135ac2c5bce4be129cfaa1c687b19c97 100644 (file)
@@ -1,6 +1,6 @@
 name: Haskell CI
 
-on: [push]
+on: [push, pull_request]
 jobs:
   build: