Skip to content

Commit 183ac8b

Browse files
committed
Run only on changes to inputs and scripts
1 parent c43615c commit 183ac8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/schema-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
push:
1313
branches:
1414
- vX.Y-dev
15+
paths:
16+
- 'src/schemas/validation/*.yaml'
17+
- 'scripts/schema-publish.sh'
18+
- '.github/workflows/schema-publish.yaml'
1519
workflow_dispatch: {}
1620

1721
jobs:

0 commit comments

Comments
 (0)