Selaa lähdekoodia

only run the pipeline for master branch and pull requests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 4 vuotta sitten
vanhempi
commit
2bf757a657
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      appveyor.yml

+ 2 - 2
appveyor.yml

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