This commit is contained in:
ljw
2024-09-27 22:06:04 +08:00
parent d3aebec722
commit 8118107f0f
4 changed files with 5 additions and 43 deletions

View File

@@ -1,9 +1,9 @@
name: Build and Release
on:
push:
tags:
- 'v*.*.*' # 当推送带有版本号的 tag例如 v1.0.0)时触发工作流
workflow_dispatch:
# tags:
# - 'v*.*.*' # 当推送带有版本号的 tag例如 v1.0.0)时触发工作流
#on:
# push:
# branches: [ "master" ]