mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 17:56:32 +00:00
CI workflow - trigger on any push, for now.
This commit is contained in:
+23
-23
@@ -1,28 +1,28 @@
|
||||
name: CI tests
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '*'
|
||||
- '.github/workflows/haskell.yml'
|
||||
- '!MANUAL.txt'
|
||||
- '!/doc/*'
|
||||
- '!/tools/*'
|
||||
- '!/linux/*'
|
||||
- '!/macos/*'
|
||||
- '!/windows/*'
|
||||
- '!/man/*'
|
||||
- '!AUTHORS.md'
|
||||
- '!BUGS'
|
||||
- '!CONTRIBUTING.md'
|
||||
- '!README.md'
|
||||
- '!INSTALL.md'
|
||||
- '!COPYRIGHT'
|
||||
- '!COPYING.md'
|
||||
- '!README.template'
|
||||
- '!RELEASE_CHECKLIST'
|
||||
- '!appveyor.yml'
|
||||
- '!changelog'
|
||||
on: [push]
|
||||
# push:
|
||||
# paths:
|
||||
# - '*'
|
||||
# - '.github/workflows/haskell.yml'
|
||||
# - '!MANUAL.txt'
|
||||
# - '!/doc/*'
|
||||
# - '!/tools/*'
|
||||
# - '!/linux/*'
|
||||
# - '!/macos/*'
|
||||
# - '!/windows/*'
|
||||
# - '!/man/*'
|
||||
# - '!AUTHORS.md'
|
||||
# - '!BUGS'
|
||||
# - '!CONTRIBUTING.md'
|
||||
# - '!README.md'
|
||||
# - '!INSTALL.md'
|
||||
# - '!COPYRIGHT'
|
||||
# - '!COPYING.md'
|
||||
# - '!README.template'
|
||||
# - '!RELEASE_CHECKLIST'
|
||||
# - '!appveyor.yml'
|
||||
# - '!changelog'
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user