[skip travis] ci-appveyor: Skip building commits if only the following directories/files are changed.

This commit is contained in:
lightningterror 2020-09-08 19:43:19 +02:00
parent 1b6b3f692d
commit fe872b5caa
1 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,21 @@ version: 1.{build}-{branch}
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
# Skip building commits if only the following directories/files are changed
skip_commits:
files:
- .gitignore
- .travis.yml
- .clang-format
- '**/*.md'
- debian-packager/
- bin/PCSX2_keys.ini.default
# Linux only plugins for now
- plugins/onepad/
- plugins/onepad_legacy/
# Tools
- tools/GSDumpGUI/
environment:
matrix:
- platform: Win32