Skip to content

Commit 70cffef

Browse files
committed
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.
1 parent 5c921a9 commit 70cffef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
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)