From dc426b0d446efd20f64cbf659344b54c66e7bf71 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Jun 2025 16:49:24 -0400 Subject: [PATCH] fix appveyor skip condition for doc changes --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b2a518e917..9257aeadc3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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