浏览代码

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

Only run drone on master/stable branches
Roeland Jago Douma 7 年之前
父节点
当前提交
a5a872c9d7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .drone.yml

+ 2 - 0
.drone.yml

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