Skip to content

Commit 9e2ec6b

Browse files
committed
fix: deploy to npm
1 parent 95c7f35 commit 9e2ec6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
- 'feat*'
8+
- 'fix/*'
99
tags-ignore:
1010
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1111

0 commit comments

Comments
 (0)