Skip to content

Commit 49b613e

Browse files
committed
ci(docs): update tag patterns for publish workflow
1 parent f31716e commit 49b613e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: Publish
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
tags:
6+
- "*"
7+
- "**"
8+
- '@storyblok/*@**'
79

810
jobs:
911
test:

0 commit comments

Comments
 (0)