Explorar el Código

Run drone only on master/stable branches

* fixes #3729

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke hace 7 años
padre
commit
1df26d438c
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* ]