skip building with Appveyor for only docs (#3538)

* skip building with Appveyor for only docs

* limit to only the docs folder
This commit is contained in:
Thad Guidry 2021-01-29 16:04:21 -06:00 committed by GitHub
parent b010917f19
commit 9f4a8432cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ init:
clone_depth: 5
skip_branch_with_pr: true
skip_commits:
files:
- docs/
environment:
JAVA_HOME: C:\Program Files (x86)\Java\jdk1.8.0