We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f500c7d commit a3b8007Copy full SHA for a3b8007
.github/workflows/schema.yaml
@@ -5,6 +5,9 @@ on:
5
paths:
6
- schema/**
7
- docs/usage/configuration/config_documentation.md
8
+ push:
9
+ branches: ["develop", "release-*"]
10
+ workflow_dispatch:
11
12
jobs:
13
validate-schema:
changelog.d/18551.misc
@@ -0,0 +1 @@
1
+Run config schema CI on develop and release branches.
0 commit comments