Skip to content

Commit 19726c8

Browse files
author
Vinayak
committed
Making the integration build only on master branch
1 parent 289d87e commit 19726c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ workflows:
108108
- build:
109109
context: *context
110110
- java_integration:
111+
filters:
112+
branches:
113+
only:
114+
- master
111115
context: *context

0 commit comments

Comments
 (0)