diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 13:08:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-14 13:08:42 +0200 |
commit | 1ec32eeb782a113b8a131490a6c2a2692240dc20 (patch) | |
tree | 30a2900474713b06460913211b532a17fd319557 | |
parent | e674ace72df903e023a5681b08359179b5e93bc3 (diff) | |
download | nextcloud-server-1ec32eeb782a113b8a131490a6c2a2692240dc20.tar.gz nextcloud-server-1ec32eeb782a113b8a131490a6c2a2692240dc20.zip |
Add branch limitation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 547a7ef0cec..21065087cc9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -254,3 +254,5 @@ services: when: matrix: DB: mysql + +branches: [ master, stable* ] |