Commit c7ec5938 authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

ignore .md for appveyor builds

parent d689b273
...@@ -78,6 +78,11 @@ build_script: ...@@ -78,6 +78,11 @@ build_script:
throw "Exec: $ErrorMessage" throw "Exec: $ErrorMessage"
} }
skip_commits:
files:
- '**/*.md'
test_script: test_script:
- ps: | - ps: |
# Only enable some builds for pull requests, the AppVeyor queue is too long. # Only enable some builds for pull requests, the AppVeyor queue is too long.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment