Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 1bde5dc

Browse files
committed
Circle CI: Build docker image only for tagged versions and nightly
1 parent de2f9bd commit 1bde5dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

circle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,8 @@ workflows:
303303
- linux-clang6
304304
- linux-gcc6
305305
filters:
306-
branches:
307-
only: develop
308306
tags:
309-
only: /.*/
307+
only: /^v[0-9].*/
310308

311309
nightly:
312310
triggers:

0 commit comments

Comments
 (0)