update workflow

This commit is contained in:
coolcoala
2025-11-12 23:25:59 +03:00
parent d7cfd7d3ac
commit 1fd018f3f8

View File

@@ -6,8 +6,8 @@ on:
# workflow_dispatch:
push:
# 应当限制在 main 分支上触发发布。
branches:
- main
# branches:
# - main
# 应当限制 v*.*.* 的 tag 触发发布。
tags:
- "v*.*.*"