Skip to content

Commit 1098030

Browse files
author
Sevastyan Zhukov
authored
CI does not publish snapshots of release branches (#6842)
* Fix release branch regex * Fix release branch regex
1 parent 6fc4e70 commit 1098030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ workflows:
3737
branches:
3838
only:
3939
- main
40-
- release-v.*
40+
- /release-v.*/
4141
- release:
4242
filters:
4343
tags:

0 commit comments

Comments
 (0)