Update .github/.drone.yml

This commit is contained in:
Matt Reeves 2024-02-29 02:29:23 +00:00
parent efe9799b50
commit a1956e0e23

34
.github/.drone.yml vendored
View file

@ -62,4 +62,36 @@ steps:
condition:
- change_match:
path:
- "^downloaders/.*\.yml$"
- "^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/*