From 0216ea4fe8df869a6380941ffdf35aaaf0850f50 Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Wed, 27 Jun 2018 10:05:38 +0200 Subject: [PATCH] [circleci] Enable for master branch --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bb61d8286..34e21dd6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -485,7 +485,9 @@ workflows: - bootstrap_checkout: filters: branches: - only: develop + only: + - develop + - master - bootstrap_gcc: requires: - bootstrap_checkout