Просмотр исходного кода

only run the pipeline for master branch and pull requests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 4 лет назад
Родитель
Сommit
2bf757a657
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

@@ -3,8 +3,8 @@ version: '{build}-{branch}'
 image: Visual Studio 2019
 image: Visual Studio 2019
 
 
 branches:
 branches:
-  except:
-    - playground
+  only:
+    - master
 
 
 clone_depth: 1
 clone_depth: 1