Always run schema workflow on develop (#18551)

... and release branches, so that we catch any problems that slip trough
PR review.
This commit is contained in:
Erik Johnston 2025-06-17 04:57:34 -05:00 committed by GitHub
parent f500c7d982
commit a3b80071cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.