From 5b921369edfa41c58f488a34c8d6647a14d4df67 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 29 Feb 2024 03:00:55 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ebbab00..2505370 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: condition: - change_match: path: - - "^arrs/.*\\.yml$" + - "arrs/docker-compose.yml" - name: lint_downloaders_directory image: python:3.8-slim-bullseye @@ -61,7 +61,7 @@ steps: condition: - change_match: path: - - - "^downloaders/.*\\.yml$" + - "downloaders/docker-compose.yml" --- kind: pipeline