mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
ci: 注释掉 tag 触发条件
- 注释掉了 GitHub Actions 工作流中的 tags配置 - 这将阻止任何新标签触发该工作流- 可能是为了控制工作流的触发条件,避免不必要的自动构建
This commit is contained in:
parent
ad9bea4c24
commit
2811786bfd
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -4,9 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
# tags:
|
||||||
# Match any new tag
|
# # Match any new tag
|
||||||
- '*-release'
|
# - '*-release'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Necessary for most environments as build failure can occur due to OOM issues
|
# Necessary for most environments as build failure can occur due to OOM issues
|
||||||
|
Loading…
x
Reference in New Issue
Block a user