diff options
author | Nicolai Cornelis <[email protected]> | 2024-10-26 16:04:57 +0200 |
---|---|---|
committer | Nicolai Cornelis <[email protected]> | 2024-10-26 16:04:57 +0200 |
commit | 18132a1d42cfe66028a5c1f2bf79870a7f665ec4 (patch) | |
tree | cf27e9027b8d96b66f45c6052aabf8979603cff5 | |
parent | e2fd52ee6d3b9cc9dad0e0df4578b63bcdaa2738 (diff) |
Include changes in RR files in test paths
-rw-r--r-- | .github/workflows/schema.yaml | 2 |
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' |