diff --git a/.drone.yml b/.drone.yml index 7ab1777e0..a47a6885b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,3 +3,4 @@ pipeline: image: nextcloudci/documentation:documentation-5 commands: - make all +branches: [ master, stable* ]