appveyor.yml: added skip_commits.
This commit is contained in:
parent
27b1581d78
commit
62487bd69f
1 changed files with 10 additions and 0 deletions
10
appveyor.yml
10
appveyor.yml
|
@ -14,6 +14,16 @@ environment:
|
|||
# STACK: "%STACK_ROOT%\\stack.exe"
|
||||
# STACK_FLAGS: ""
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- '*.md'
|
||||
- '*.txt'
|
||||
- '.travis.yml'
|
||||
- 'Makefile'
|
||||
- 'man/pandoc.1'
|
||||
- 'linux/*'
|
||||
- 'macos/*'
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue