fix: 修复 workflow 重复的 push 定义
Some checks failed
Publish ServiceDiscovery NuGet Packages / build (push) Failing after 48s

This commit is contained in:
movingsam 2026-02-27 16:59:50 +08:00
parent 79b6979b65
commit 305071ee46

View File

@ -6,10 +6,6 @@ on:
- main
tags:
- "v*"
push:
branches: [main]
tags:
- "v*"
env:
GITEA_TOKEN: ${{ secrets.GITEATOKEN }}