We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7697d4d commit f4e026dCopy full SHA for f4e026d
.github/workflows/cd.yml
@@ -2,7 +2,8 @@ name: CarlaViz Docker Depolyment
2
on:
3
push:
4
tags:
5
- - '[0-9]+.[0-9]+.[0-9]+.*' # semantic version
+ - '[0-9]+.[0-9]+.[0-9]+' # semantic version
6
+ - '[0-9]+.[0-9]+.[0-9]+.[0-9]+.'
7
branches:
8
- master
9
0 commit comments