Skip to content

Commit 71b3896

Browse files
committed
Build only master
1 parent 9c77ca1 commit 71b3896

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,11 @@ jobs:
77
docker:
88
# specify the version
99
- image: circleci/golang:latest
10+
filters:
11+
branches:
12+
only:
13+
- master
1014

11-
# Specify service dependencies here if necessary
12-
# CircleCI maintains a library of pre-built images
13-
# documented at https://circleci.com/docs/2.0/circleci-images/
14-
# - image: circleci/postgres:9.4
15-
16-
#### TEMPLATE_NOTE: go expects specific checkout path representing url
17-
#### expecting it in the form of
18-
#### /go/src/github.com/circleci/go-tool
19-
#### /go/src/bitbucket.org/circleci/go-tool
2015
working_directory: /go/src/github.com/rkbalgi/libiso
2116
steps:
2217
- checkout

0 commit comments

Comments
 (0)