[appveyor] Don’t build branches with open PR twice

This commit is contained in:
Khaled Hosny 2018-10-24 09:43:10 +02:00
parent 401cdf0792
commit 0cd7d041d8
1 changed files with 3 additions and 0 deletions

View File

@ -75,5 +75,8 @@ notifications:
on_build_failure: true
on_build_status_changed: true
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
# disable automatic tests
test: off