mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-20 22:13:40 +00:00
[AppVeyor] Skip commits that change unrelated files (thanks Rick)
This commit is contained in:
parent
b134e3f88c
commit
39b5d8ba42
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ branches:
|
|||
# Do not build on tags (GitHub only)
|
||||
skip_tags: true
|
||||
|
||||
skip_commits:
|
||||
files:
|
||||
- docs/*
|
||||
- LICENSE
|
||||
- README.md
|
||||
|
||||
pull_requests:
|
||||
do_not_increment_build_number: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue