Skip to content

Commit cecf61a

Browse files
authored
Revert "fix: release pipeline trigger (#83)" (#84)
This reverts commit 449c0c7.
1 parent 449c0c7 commit cecf61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yaml

+2-2
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)