Skip to content

Commit

Permalink
func(ci): only trigger ci jobs while tv.* tags are pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghang8612 committed Jul 9, 2024
1 parent 917ad05 commit 400f5aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 400f5aa

Please sign in to comment.