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:
parent
f500c7d982
commit
a3b80071cd
3
.github/workflows/schema.yaml
vendored
3
.github/workflows/schema.yaml
vendored
@ -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
1
changelog.d/18551.misc
Normal file
@ -0,0 +1 @@
|
||||
Run config schema CI on develop and release branches.
|
||||
Loading…
Reference in New Issue
Block a user