Skip to content

Commit 6acf2da

Browse files
committed
ci: adding tags filter to build stage
1 parent 7629fbe commit 6acf2da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
workflows:
4747
build-and-test:
4848
jobs:
49-
- build-and-test
49+
- build-and-test:
50+
filters:
51+
tags:
52+
only: /^v.*/
5053
- deploy:
5154
requires:
5255
- build-and-test

0 commit comments

Comments
 (0)