From 0e720cd4a2fb6d8de1ea0967d4d35871f919854d Mon Sep 17 00:00:00 2001 From: Doris Lam Date: Mon, 13 Nov 2023 10:40:34 -0800 Subject: [PATCH] ci: fix ci --- .circleci/config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cd1d868f..a7bd90a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -140,7 +140,7 @@ workflows: - generate_schema filters: tags: - only: /[0-9.]+(-(a|b|rc)[0-9]+)?/ + only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/ branches: ignore: /(^wip\/.*)/ context: @@ -150,11 +150,7 @@ workflows: - build_and_test filters: branches: - only: - - release - - develop - - hotfix - - support + only: /((release|hotfix|support)/[0-9.]+(-[\w-]+(\.[0-9]+)?)?|develop)/ context: - DockerHub - deploy_nightly: @@ -168,8 +164,8 @@ workflows: - build_and_test filters: tags: - only: /[0-9.]+(-(a|b|rc)[0-9]+)?/ + only: /v[0-9.]+(-[\w-]+(\.[0-9]+)?)?/ branches: ignore: /.*/ context: - - DockerHub \ No newline at end of file + - DockerHub