update file rules (#3232)

This commit is contained in:
tooomm 2018-05-10 22:07:22 +02:00 committed by ctrlaltca
parent 4e10ce7473
commit 73fb9ee03e

View file

@ -1,17 +1,19 @@
version: 2.5.2-branch-{branch}-build-{build} 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: skip_commits:
files: files:
- .github/* - .ci/travis-*
- .travis/* - .github/
- .tx/* - .tx/
- webclient/* - webclient/
- .clang-format
- .*ignore - .*ignore
- .codacy.yml - .codacy.yml
- .gitlab-ci.yml - .gitlab-ci.yml
- .travis.yml - .travis.yml
- '*.md' - '**/*.md'
- Dockerfile - Dockerfile
- LICENSE - LICENSE