diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-21 17:49:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-21 17:49:00 -0700 |
commit | b9ccd44f0a006502a1d4943ae8fa6c3139fba8c1 (patch) | |
tree | fedfc48bd5ce11c66fb806cecb2f21c0c4abe9db /.github/workflows | |
parent | 21b6bd623c26a39ba36102a926a5c5e86cb0938e (diff) | |
download | pandoc-b9ccd44f0a006502a1d4943ae8fa6c3139fba8c1.tar.gz |
Actions ci - trigger on pull_request as well as push.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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' |