Skip to content

Commit

Permalink
[skip travis] ci-appveyor: Skip building commits if only the followin…
Browse files Browse the repository at this point in the history
…g directories/files are changed.
  • Loading branch information
lightningterror committed Sep 10, 2020
1 parent 1b6b3f6 commit fe872b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe872b5

Please sign in to comment.