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