Skip to content

Commit 9e516cf

Browse files
committed
update circleci config
1 parent 66ce84b commit 9e516cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444
docker run -d -p 6379:6379 -it --rm --name redisgraph redislabs/redisgraph
4545
mvn integration-test
4646
47+
workflows:
48+
version: 2
49+
build:
50+
jobs:
51+
- build:
52+
filters:
53+
tags:
54+
only: /.*/

0 commit comments

Comments
 (0)