From 1083cab97298f146548bede1c5f947717764c95b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 9 Jun 2020 14:10:15 +0200 Subject: [PATCH] as discussed with @dignifiedquire only do package-building and upload on master, not on branches. --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index abc9d96a6..5f45712b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -181,6 +181,8 @@ workflows: requires: - remote_tests_python filters: + branches: + only: master tags: only: /.*/ @@ -189,6 +191,8 @@ workflows: - remote_python_packaging - build_doxygen filters: + branches: + only: master tags: only: /.*/ # - rustfmt: @@ -200,6 +204,8 @@ workflows: - build_doxygen: filters: + branches: + only: master tags: only: /.*/