Skip to content

Commit 8419abe

Browse files
authored
Only run appveyor on the master branch and on PRs
1 parent 80853e2 commit 8419abe

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)