Skip to content

Commit 17fa6fe

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
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)