Explorar el Código

Merge pull request #3743 from nextcloud/MorrisJobke-patch-1

Only run drone on master/stable branches
Roeland Jago Douma hace 7 años
padre
commit
a5a872c9d7
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

@@ -565,3 +565,5 @@ services:
       when:
         matrix:
           OBJECT_STORE: s3
+
+branches: [ master, stable* ]