From 4a415df184a814a8adf77bce6efaf8c9bb1828c6 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Thu, 29 Feb 2024 02:58:26 +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 1e3c4c7..ebbab00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: condition: - change_match: path: - - "^arrs/.*\.yml$" + - "^arrs/.*\\.yml$" - name: lint_downloaders_directory image: python:3.8-slim-bullseye @@ -61,7 +61,7 @@ steps: condition: - change_match: path: - - "^downloaders/.*\.yml$" + - - "^downloaders/.*\\.yml$" --- kind: pipeline