From f4e026dc4ce057dc49833eebcaf1ce87198b6bce Mon Sep 17 00:00:00 2001 From: Minjun Xu Date: Thu, 15 Feb 2024 15:50:06 +0800 Subject: [PATCH] update github actions CD tag glob pattern --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5ae5728..b3194a4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -2,7 +2,8 @@ name: CarlaViz Docker Depolyment on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+.*' # semantic version + - '[0-9]+.[0-9]+.[0-9]+' # semantic version + - '[0-9]+.[0-9]+.[0-9]+.[0-9]+.' branches: - master