Skip to content

Commit f4e026d

Browse files
committed
update github actions CD tag glob pattern
1 parent 7697d4d commit f4e026d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: CarlaViz Docker Depolyment
22
on:
33
push:
44
tags:
5-
- '[0-9]+.[0-9]+.[0-9]+.*' # semantic version
5+
- '[0-9]+.[0-9]+.[0-9]+' # semantic version
6+
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+.'
67
branches:
78
- master
89

0 commit comments

Comments
 (0)