From eb97898a29e374144de66acab80ec90608b3e993 Mon Sep 17 00:00:00 2001 From: Sebastien Blaisot Date: Thu, 24 Nov 2016 14:52:13 +0100 Subject: Don't start Appveyor CI on resource file changes --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 3492791473..fc6b9ab8f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,16 @@ init: # Uncomment the following line to show RDP info at beginning of job # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) clone_folder: c:\projects\mixxx +skip_commits: + files: + - doc/ + - res/ + - LICENCE + - README + - README.md + - COPYING + - CODE_OF_CONDUCT.md + configuration: - release # - debug -- cgit v1.2.3