Преглед изворни кода

ci: Try to skip AppVeyor branch builds other than master

Even though I've configured AppVeyor to build only from the master
branch in the web interface, it keeps building both for the branch _and_
for the PR when I open a new PR. This is not useful at the moment and
only takes longer to validate the PR. Let's see if we can make it behave
by updating the local config file.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Quentin Monnet пре 2 година
родитељ
комит
3434ffbf9a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .appveyor.yml

+ 3 - 0
.appveyor.yml

@@ -1,4 +1,7 @@
 version: 1.0.{build}
+branches:
+  only:
+    - master
 os:
   - Visual Studio 2015
 clone_depth: 1