fix(circleci): ignore approvals for ^testing\d*$ branches (#2134)
This commit is contained in:
@@ -43,8 +43,8 @@ workflows:
|
||||
branches:
|
||||
ignore: &branches-special
|
||||
- main
|
||||
- hotfix*
|
||||
- testing*
|
||||
- /^hotfix.*$/
|
||||
- /^testing\d*$/
|
||||
tags:
|
||||
ignore: /.*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user