We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff87097 commit cac14a0Copy full SHA for cac14a0
.circleci/config.yml
@@ -270,13 +270,22 @@ workflows:
270
version: 2
271
build-and-test:
272
jobs:
273
- - build
+ - build:
274
+ filters:
275
+ tags:
276
+ only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
277
- test-with-oplog:
278
requires:
279
- build
280
281
282
283
- test-without-oplog:
284
285
286
287
288
289
- deploy:
290
291
- test-with-oplog
0 commit comments