Skip to content

Commit 4056207

Browse files
authored
Merge pull request #4378 from ralfhandl/dev-fix-schema-publish.yaml
dev: fix schema publish.yaml
2 parents 92e5fc9 + 5dc0d94 commit 4056207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/schema-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: schema-publish
1111
on:
1212
push:
1313
branches:
14-
- 'v?.?-dev'
14+
- 'v[0-9].[0-9]-dev'
1515
paths:
1616
- 'src/schemas/validation/*.yaml'
1717
- 'scripts/schema-publish.sh'

0 commit comments

Comments
 (0)