ci: 注释掉 tag 触发条件

- 注释掉了 GitHub Actions 工作流中的 tags配置
- 这将阻止任何新标签触发该工作流- 可能是为了控制工作流的触发条件,避免不必要的自动构建
This commit is contained in:
ArvinLovegood 2025-06-16 15:02:26 +08:00
parent ad9bea4c24
commit 2811786bfd

View File

@ -4,9 +4,9 @@ on:
push:
branches:
- master
tags:
# Match any new tag
- '*-release'
# tags:
# # Match any new tag
# - '*-release'
env:
# Necessary for most environments as build failure can occur due to OOM issues