소스 검색

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