[appveyor] Don’t build branches with open PR twice
This commit is contained in:
parent
401cdf0792
commit
0cd7d041d8
|
@ -75,5 +75,8 @@ notifications:
|
||||||
on_build_failure: true
|
on_build_failure: true
|
||||||
on_build_status_changed: true
|
on_build_status_changed: true
|
||||||
|
|
||||||
|
# Do not build feature branch with open Pull Requests
|
||||||
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
# disable automatic tests
|
# disable automatic tests
|
||||||
test: off
|
test: off
|
||||||
|
|
Loading…
Reference in New Issue