]> git.lizzy.rs Git - rust.git/commitdiff
Only run appveyor on the master branch and on PRs
authorOliver Schneider <oli-obk@users.noreply.github.com>
Sun, 17 Sep 2017 20:02:30 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Sep 2017 20:02:30 +0000 (22:02 +0200)
appveyor.yml

index 2fa7a74c7c6df1b191e57c343fe83c3fcca3d154..86f9b19af87f616d38ddd163da05257574b4a97e 100644 (file)
@@ -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/