fix(circleci): ignore approvals for ^testing\d*$ branches (#2134)

This commit is contained in:
Iain Sproat
2024-03-14 15:54:08 +00:00
committed by GitHub
parent 60088756b1
commit f55b341cd9
+2 -2
View File
@@ -43,8 +43,8 @@ workflows:
branches:
ignore: &branches-special
- main
- hotfix*
- testing*
- /^hotfix.*$/
- /^testing\d*$/
tags:
ignore: /.*/