فهرست منبع

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