Skip to content

Commit 449c0c7

Browse files
authored
fix: release pipeline trigger (#83)
1 parent 764198c commit 449c0c7

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)