Skip to content

Commit b20c038

Browse files
authored
Merge pull request rust-lang#346 from solson/oli-obk-patch-3
Only run appveyor on the master branch and on PRs
2 parents 80853e2 + 8419abe commit b20c038

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ environment:
77
- TARGET: x86_64-pc-windows-msvc
88
MSYS2_BITS: 64
99

10+
# branches to build
11+
branches:
12+
# whitelist
13+
only:
14+
- master
15+
1016
install:
1117
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
1218
- curl -sSf -o rustup-init.exe https://win.rustup.rs/

0 commit comments

Comments
 (0)