From 0b6d869d7cc85bb7c1a0ac624a932b8ebe85dd8a Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Thu, 15 Aug 2019 16:11:13 +0200 Subject: [PATCH] appveyor: exclude some documentation paths Change-Id: Ifff234133f4437bfe5c31c1f1e00092cd60e1d53 --- .appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index ab888c3493..01a104a6f5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,6 +9,13 @@ branches: clone_depth: 64 +skip_commits: + files: + - docs/* + - NEWS + - UPGRADING + - UPGRADING.INTERNALS + cache: - c:\build-cache -- 2.40.0