diff --git a/appveyor.yml b/appveyor.yml index 2fa7a74c7c6d..86f9b19af87f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,12 @@ environment: - TARGET: x86_64-pc-windows-msvc MSYS2_BITS: 64 +# branches to build +branches: + # whitelist + only: + - master + install: - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - curl -sSf -o rustup-init.exe https://win.rustup.rs/