mirror of
https://github.com/element-hq/synapse.git
synced 2025-09-17 11:05:10 +02:00
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:
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:
|
||||
|
||||
Reference in New Issue
Block a user