summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolai Cornelis <[email protected]>2024-10-26 16:04:57 +0200
committerNicolai Cornelis <[email protected]>2024-10-26 16:04:57 +0200
commit18132a1d42cfe66028a5c1f2bf79870a7f665ec4 (patch)
treecf27e9027b8d96b66f45c6052aabf8979603cff5
parente2fd52ee6d3b9cc9dad0e0df4578b63bcdaa2738 (diff)
Include changes in RR files in test paths
-rw-r--r--.github/workflows/schema.yaml2
1 files changed, 2 insertions, 0 deletions
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'