Skip to content

Commit 5f890d4

Browse files
committed
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
2 parents 5c921a9 + 70cffef commit 5f890d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ environment:
88
- TARGET: x86_64-pc-windows-msvc
99

1010
branches:
11-
# Only build AppVeyor on r+, try and the master branch
11+
# Only build AppVeyor on r+ and try branch
1212
only:
1313
- auto
1414
- try
15-
- master
1615

1716
install:
1817
- curl -sSf -o rustup-init.exe https://win.rustup.rs/

0 commit comments

Comments
 (0)