We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449c0c7 commit cecf61aCopy full SHA for cecf61a
.github/workflows/cd.yaml
@@ -3,8 +3,8 @@ name: CD Workflow
3
on:
4
push:
5
tags:
6
- - "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+.*"
7
- - "core/v[0-9]+.[0-9]+.[0-9]+.*"
+ - "services/[a-zA-Z]+/v[0-9]+.[0-9]+.[0-9]+*"
+ - "core/v[0-9]+.[0-9]+.[0-9]+*"
8
workflow_dispatch:
9
10
jobs:
0 commit comments