diff options
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 52690829b93..10231cec832 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1044,4 +1044,4 @@ services: matrix: ENABLE_OPENLDAP: true -branches: [ master, stable* ] +branches: [ master, stable14 ] |