fix appveyor skip condition for doc changes

This commit is contained in:
Joey Hess 2025-06-09 16:49:24 -04:00
parent b9e3cf8780
commit dc426b0d44
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -66,7 +66,7 @@ environment:
# documentation builds are tested elsewhere and cheaper
skip_commits:
files:
- doc/
- doc/**/*
- CHANGELOG
# it is OK to specify paths that may not exist for a particular test run