fix: 修复流水线配置中触发条件错误
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@
|
||||
|
||||
when:
|
||||
- event: push
|
||||
branch: [ "main", "master", "[0-9]*", "v[0-9]*" ]
|
||||
branch: "main|master|[0-9]*|v[0-9]*"
|
||||
- event: tag
|
||||
ref: [ "refs/tags/[0-9]*", "refs/tags/v[0-9]*" ]
|
||||
ref: "refs/tags/([0-9]+|v[0-9].*)"
|
||||
|
||||
labels:
|
||||
runtime: docker
|
||||
|
||||
Reference in New Issue
Block a user