Skip to content

Commit c90fd54

Browse files
committed
Update CD event tag pattern
1 parent 2710856 commit c90fd54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- "master"
1010
tags:
11-
- v*
11+
- [0-9].[0-9].[0-9]
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)