From 73fb9ee03e0b5d8f901da4b8f1f12a47ab47500c Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 10 May 2018 22:07:22 +0200 Subject: [PATCH] update file rules (#3232) --- .appveyor.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cf53c361..8f6b7d4d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,17 +1,19 @@ version: 2.5.2-branch-{branch}-build-{build} -# Skipping commits affecting specific files (GitHub only). More details here: https://www.appveyor.com/docs/appveyor-yml +# Skipping commits affecting specific files (GitHub only). +# More details here: https://www.appveyor.com/docs/appveyor-yml and https://www.appveyor.com/docs/how-to/filtering-commits skip_commits: files: - - .github/* - - .travis/* - - .tx/* - - webclient/* + - .ci/travis-* + - .github/ + - .tx/ + - webclient/ + - .clang-format - .*ignore - .codacy.yml - .gitlab-ci.yml - .travis.yml - - '*.md' + - '**/*.md' - Dockerfile - LICENSE