fix: 修复 CI/CD workflow 触发条件语法

This commit is contained in:
movingsam 2026-02-27 16:33:15 +08:00
parent 216899ee0d
commit 79b6979b65

View File

@ -1,6 +1,11 @@
name: Publish ServiceDiscovery NuGet Packages
on:
push:
branches:
- main
tags:
- "v*"
push:
branches: [main]
tags: