Browse Source

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 năm trước cách đây
mục cha
commit
3434ffbf9a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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