Skip to content

Commit 0c2a9a1

Browse files
committed
build only on master
1 parent 43ce8ff commit 0c2a9a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ jobs:
44
build:
55
docker:
66
- image: circleci/openjdk:8-jdk-stretch-browsers
7+
branches:
8+
only:
9+
- master"
710
steps:
811
- checkout
912
- run: "curl -fsSL https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin"

0 commit comments

Comments
 (0)