From 2e7f543596f021e3ff2ce288eaf3bbbf60b15497 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Fri, 6 Apr 2018 19:29:51 +0200 Subject: [PATCH] [circleci] Run build workflow for develop branch only --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d708e66c2..3f460c30d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -481,7 +481,10 @@ workflows: version: 2 build-and-test: jobs: - - bootstrap_checkout + - bootstrap_checkout: + filters: + branches: + only: develop - bootstrap_gcc: requires: - bootstrap_checkout