From 3a1ae7bb9b11a7c011c921242bffa2baa9713487 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 3 Jan 2017 13:25:16 +0100 Subject: [PATCH] better skip on files some more could be added --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 5dae3970ef6..2c5b13239fb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,8 +9,10 @@ branches: - PHP-7.0 skip_commits: - message: /.*(NEWS|UPGRADING).*/ - + files: + - NEWS + - UPGRADING* + - README.* clone_depth: 64