aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-21 17:49:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-21 17:49:00 -0700
commitb9ccd44f0a006502a1d4943ae8fa6c3139fba8c1 (patch)
treefedfc48bd5ce11c66fb806cecb2f21c0c4abe9db
parent21b6bd623c26a39ba36102a926a5c5e86cb0938e (diff)
downloadpandoc-b9ccd44f0a006502a1d4943ae8fa6c3139fba8c1.tar.gz
Actions ci - trigger on pull_request as well as push.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5a4a87ab9..071098882 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,7 +1,6 @@
name: CI tests
-on: [push]
-# push:
+on: [push, pull_request]
# paths:
# - '*'
# - '.github/workflows/haskell.yml'