From bba585eebbee6adf2c7fde53977548798a0502a9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 22 Apr 2020 17:18:11 +0200 Subject: [PATCH] Disable AppVeyor rebuilds on Mac files changes too As long as we don't test under AppVeyor, there is no need to do anything there when only Mac-specific files are changed. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 13a2a59548..0c75abc35b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,8 @@ skip_commits: - docs/ - interface/ - misc/ + - include/wx/osx/ + - src/osx/ - .travis.yml - build/tools/travis-ci.sh - build/tools/before_install.sh