Skip to content

Commit cac14a0

Browse files
committed
Fix tag build
1 parent ff87097 commit cac14a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,22 @@ workflows:
270270
version: 2
271271
build-and-test:
272272
jobs:
273-
- build
273+
- build:
274+
filters:
275+
tags:
276+
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
274277
- test-with-oplog:
275278
requires:
276279
- build
280+
filters:
281+
tags:
282+
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
277283
- test-without-oplog:
278284
requires:
279285
- build
286+
filters:
287+
tags:
288+
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
280289
- deploy:
281290
requires:
282291
- test-with-oplog

0 commit comments

Comments
 (0)