Skip to content

Commit 95c7f35

Browse files
committed
fix: deploy to npm
1 parent 90b87f8 commit 95c7f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
push:
1010
branches:
1111
- master
12-
- 'feat/decouple'
12+
- 'fix/*'
1313
tags-ignore:
1414
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1515

.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/decouple'
8+
- 'feat*'
99
tags-ignore:
1010
- "**" # Ignore all tags to prevent duplicate builds when tags are pushed.
1111

0 commit comments

Comments
 (0)