Skip to content

Commit 062e848

Browse files
committed
💚 ci: 移除 GitHub Release 工作流中的 master 分支限制
1 parent c7e8213 commit 062e848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
tags:
55
- 'v*' # 匹配"v1.0.0"、"v1.0.0-alpha"等发布标签
6-
branches: ['master']
6+
77
permissions:
88
contents: write # 如果您的包发布到 GitHub Packages,则需要此权限
99
packages: write # 如果您的包发布到 GitHub Packages,则需要此权限

0 commit comments

Comments
 (0)