Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-12 12:25:46 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-12 12:57:38 +0300
commite3abc22789bb4d987e0dab23893fd06c871b54c8 (patch)
treef9777fd6399d94dbd72920349ec3f7bc69151ef8 /.drone.star
parent003d950ec842a7c71b1b67f3a1f2c4df28fb6098 (diff)
CI: Run drone on 2.x
Diffstat (limited to '.drone.star')
-rw-r--r--.drone.star7
1 files changed, 1 insertions, 6 deletions
diff --git a/.drone.star b/.drone.star
index 44dfef973..ee84638fd 100644
--- a/.drone.star
+++ b/.drone.star
@@ -9,6 +9,7 @@ def main(ctx):
build_trigger = {
"ref": [
"refs/heads/master",
+ "refs/heads/2.**",
"refs/tags/**",
"refs/pull/**",
],
@@ -18,12 +19,6 @@ def main(ctx):
"cron",
],
}
- notification_trigger = {
- "ref": [
- "refs/heads/master",
- "refs/tags/v*",
- ],
- }
pipelines = [
# check the format of gui test code
gui_tests_format(),