Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit d249c6c

Browse files
Chaima Mansourichaima-mnsr
authored andcommitted
Fix Circleci tags for install, test and build jobs
1 parent 28b05ff commit d249c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ workflows:
7070
- install:
7171
filters:
7272
tags:
73-
only: /^v.*/
73+
only: /^v?([0-9].*\.[0-9].*\.[0-9].*)$/
7474
- test:
7575
requires:
7676
- install
7777
filters:
7878
tags:
79-
only: /^v.*/
79+
only: /^v?([0-9].*\.[0-9].*\.[0-9].*)$/
8080
- build:
8181
requires:
8282
- install
8383
filters:
8484
tags:
85-
only: /^v.*/
85+
only: /^v?([0-9].*\.[0-9].*\.[0-9].*)$/
8686
- publish:
8787
context: Build
8888
requires:

0 commit comments

Comments
 (0)