From 400f5aa36d9a791fe107a77b950dd1f0e894b367 Mon Sep 17 00:00:00 2001 From: Asuka Date: Tue, 9 Jul 2024 09:58:17 +0800 Subject: [PATCH] func(ci): only trigger ci jobs while tv.* tags are pushed --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b869e201a0a..722de138a41e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -616,7 +616,9 @@ defaults: - on_all_tags_and_branches: &on_all_tags_and_branches filters: tags: - only: /.*/ + only: /^tv.*/ + branches: + ignore: /.*/ - on_version_tags: &on_version_tags filters: