We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7244ef1 commit 1026563Copy full SHA for 1026563
.circleci/config.yml
@@ -115,10 +115,17 @@ workflows:
115
- test_api_version_17:
116
requires:
117
- build
118
+ build-n-deploy:
119
+ jobs:
120
+ - build:
121
+ filters:
122
+ tags:
123
+ only: /.*/
124
- deploy:
125
- - test_api_version_17
- - test_api_version_25
126
+ - build
127
filters:
128
tags:
- only: /.*/
129
+ only: /^v.*/
130
+ branches:
131
+ ignore: /.*/
0 commit comments