From 7744425c219a3affff00166ad15a178bcef13178 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Oct 2021 16:14:21 +0200 Subject: [PATCH] Ignore change to files not affecting the build in appveyor.yml There is no need to rerun the CI builds if only the docs, changelog or anything GitHub-related changes. --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index fad8f0bc0..1df9f8f2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,12 @@ platform: - x86 - x64 +skip_commits: + files: + - 'CHANGES*' + - 'Doc/**' + - '.github/**' + environment: global: MAKEJOBS: 2