Skip to content

Commit 1026563

Browse files
new config for tags (#198)
1 parent 7244ef1 commit 1026563

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.circleci/config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,17 @@ workflows:
115115
- test_api_version_17:
116116
requires:
117117
- build
118+
build-n-deploy:
119+
jobs:
120+
- build:
121+
filters:
122+
tags:
123+
only: /.*/
118124
- deploy:
119125
requires:
120-
- test_api_version_17
121-
- test_api_version_25
126+
- build
122127
filters:
123128
tags:
124-
only: /.*/
129+
only: /^v.*/
130+
branches:
131+
ignore: /.*/

0 commit comments

Comments
 (0)