GitHub CI: don't trigger build with doc changes.

This commit is contained in:
John MacFarlane
2019-09-16 10:45:13 -07:00
parent d3e2d3c434
commit b030d23893
+29 -1
View File
@@ -1,6 +1,34 @@
name: Haskell CI
on: [push]
on:
push:
paths:
- '*'
- '!MANUAL.txt'
- '!/doc/*'
- '!/tools/*'
- '!/linux/*'
- '!/macos/*'
- '!/windows/*'
- '!/man/*'
- '!.mailmap'
- '!/.circleci/*'
- '!.editorconfig'
- '!.gitignore'
- '!.github/ISSUE_TEMPLATE'
- '!.hlint.yaml'
- '!.stylish-haskell.yaml'
- '!AUTHORS.md'
- '!BUGS'
- '!CONTRIBUTING.md'
- '!README.md'
- '!INSTALL.md'
- '!COPYRIGHT'
- '!COPYING.md'
- '!README.template'
- '!RELEASE_CHECKLIST'
- '!appveyor.yml'
- '!changelog'
jobs:
linux: