fix: 修复 CI/CD workflow 触发条件语法
This commit is contained in:
parent
216899ee0d
commit
79b6979b65
@ -1,6 +1,11 @@
|
||||
name: Publish ServiceDiscovery NuGet Packages
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
push:
|
||||
branches: [main]
|
||||
tags:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user