only run the pipeline for master branch and pull requests

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2021-07-21 10:19:41 +02:00 committed by Matthieu Gallien (Rebase PR Action)
parent bbcfe56cfd
commit 2bf757a657
1 changed files with 2 additions and 2 deletions

View File

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