From a1956e0e23ec7b67883f01750ae07367a9a19958 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 29 Feb 2024 02:29:23 +0000 Subject: [PATCH] Update .github/.drone.yml --- .github/.drone.yml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/.github/.drone.yml b/.github/.drone.yml index 4999bd0..9e2e50a 100644 --- a/.github/.drone.yml +++ b/.github/.drone.yml @@ -62,4 +62,36 @@ steps: condition: - change_match: path: - - "^downloaders/.*\.yml$" \ No newline at end of file + - "^downloaders/.*\.yml$" + +--- + + +kind: pipeline +type: docker +name: Update Branches + +trigger: + event: + - push + branch: + - main + +steps: + - name: Update arrs branch + image: plugins/git + settings: + branch: arrs + base: main + commit: ${DRONE_COMMIT_SHA} + paths: + - arrs/* + + - name: Update downloaders branch + image: plugins/git + settings: + branch: downloaders + base: main + commit: ${DRONE_COMMIT_SHA} + paths: + - downloaders/* \ No newline at end of file