From 71b3896a6346e1169b5d8dcc3ee821ced05be350 Mon Sep 17 00:00:00 2001 From: Raghavendra Balgi Date: Sun, 11 Oct 2020 13:04:40 +0530 Subject: [PATCH] Build only master --- .circleci/config.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4971468..78bb8d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,16 +7,11 @@ jobs: docker: # specify the version - image: circleci/golang:latest + filters: + branches: + only: + - master - # Specify service dependencies here if necessary - # CircleCI maintains a library of pre-built images - # documented at https://circleci.com/docs/2.0/circleci-images/ - # - image: circleci/postgres:9.4 - - #### TEMPLATE_NOTE: go expects specific checkout path representing url - #### expecting it in the form of - #### /go/src/github.com/circleci/go-tool - #### /go/src/bitbucket.org/circleci/go-tool working_directory: /go/src/github.com/rkbalgi/libiso steps: - checkout