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
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: