Skip to content

Commit 17fa6fe

Browse files
committed
feat(circleci): changed job filters for version tags
1 parent 2c4a507 commit 17fa6fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workflows:
1010
branches:
1111
ignore: main
1212
tags:
13-
only: /^v.*/
13+
only: /.*/
1414
- test-unit:
1515
requires:
1616
- build
@@ -28,7 +28,7 @@ workflows:
2828
- build
2929
filters:
3030
tags:
31-
only: /^v.*/
31+
only: /.*/
3232
branches:
3333
ignore: /.*/
3434
- deploy-production:

0 commit comments

Comments
 (0)