Browse Source

Run drone only on master/stable branches

* fixes #3729

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v12.0.0beta1
Morris Jobke 7 years ago
parent
commit
1df26d438c
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .drone.yml

+ 2
- 0
.drone.yml View File

@@ -565,3 +565,5 @@ services:
when:
matrix:
OBJECT_STORE: s3

branches: [ master, stable* ]

Loading…
Cancel
Save