Skip to content

Commit 29cb6b0

Browse files
committed
fix workflow trigger
1 parent 7ea8167 commit 29cb6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CD Workflow
33
on:
44
push:
55
tags:
6-
- "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+*"
7-
- "core/v[0-9]+.[0-9]+.[0-9]+*"
6+
- "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+.*"
7+
- "core/v[0-9]+.[0-9]+.[0-9]+.*"
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)