Auto merge of #4264 - flip1995:appveyor, r=flip1995
Disable AppVeyor builds on the master branch AppVeyor is already checked on every merge of a PR, rechecking it immediately after on the master branch is not necessary. Resolves #4263 changelog: none
This commit is contained in:
commit
5f890d44f5
@ -8,11 +8,10 @@ environment:
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
|
||||
branches:
|
||||
# Only build AppVeyor on r+, try and the master branch
|
||||
# Only build AppVeyor on r+ and try branch
|
||||
only:
|
||||
- auto
|
||||
- try
|
||||
- master
|
||||
|
||||
install:
|
||||
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||
|
Loading…
Reference in New Issue
Block a user