Compare commits

...

2 Commits

Author SHA1 Message Date
Erik Johnston
48c2e1f5c1 Newsfile 2025-06-13 11:24:11 +01:00
Erik Johnston
91e1589e85 Always run schema workflow on develop
... and release branches
2025-06-13 11:23:16 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ on:
paths:
- schema/**
- docs/usage/configuration/config_documentation.md
push:
branches: ["develop", "release-*"]
workflow_dispatch:
jobs:
validate-schema:

1
changelog.d/18551.misc Normal file
View File

@@ -0,0 +1 @@
Run config schema CI on develop and release branches.