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