Преглед на файлове

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