Bläddra i källkod

only run the pipeline for master branch and pull requests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 4 år sedan
förälder
incheckning
2bf757a657
1 ändrade filer med 2 tillägg och 2 borttagningar
  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