We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43615c commit 183ac8bCopy full SHA for 183ac8b
1 file changed
.github/workflows/schema-publish.yaml
@@ -12,6 +12,10 @@ on:
12
push:
13
branches:
14
- vX.Y-dev
15
+ paths:
16
+ - 'src/schemas/validation/*.yaml'
17
+ - 'scripts/schema-publish.sh'
18
+ - '.github/workflows/schema-publish.yaml'
19
workflow_dispatch: {}
20
21
jobs:
0 commit comments