Skip to content

Commit a6117cb

Browse files
committed
chore: update GitHub Actions trigger branch to publish
Update the publish-maven.yml workflow to trigger on the publish branch instead of publish-new.
1 parent 869baa7 commit a6117cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to Maven Central
33
on:
44
push:
55
branches:
6-
- publish-new # 推送到 publish-new 分支时触发 snapshot 发布
6+
- publish # 推送到 publish 分支时触发 snapshot 发布
77
tags:
88
- "v*" # 推送 tag(如 v0.1.0)时触发正式发布
99

0 commit comments

Comments
 (0)