From 18132a1d42cfe66028a5c1f2bf79870a7f665ec4 Mon Sep 17 00:00:00 2001 From: Nicolai Cornelis Date: Sat, 26 Oct 2024 16:04:57 +0200 Subject: Include changes in RR files in test paths --- .github/workflows/schema.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/schema.yaml b/.github/workflows/schema.yaml index 4c33f65d..ed029b38 100644 --- a/.github/workflows/schema.yaml +++ b/.github/workflows/schema.yaml @@ -6,10 +6,12 @@ on: - master - stable paths: + - '.rr*' - 'schemas/**' - '.github/workflows/schema.yaml' pull_request: paths: + - '.rr*' - 'schemas/**' - '.github/workflows/schema.yaml' -- cgit v1.2.3