Skip to content

Commit 2ed3d17

Browse files
authored
fix: branch-rule on release cli (#318)
1 parent 43ab7b8 commit 2ed3d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Package CLI
22

33
on:
44
push:
5-
branches: [feat/cli_releaser]
5+
branches: [feat/cli_releaser, master]
66
paths:
77
- "cli/**"
88
- ".github/workflows/build-and-package-cli.yml"

0 commit comments

Comments
 (0)