From d5d4b49aaf101a22e8a93fce3bbc48fceb538912 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 22 Jan 2020 15:11:19 +0100 Subject: [PATCH] try to get on-tag-builds to work --- .circleci/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e33b9987..db71df22f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -175,18 +175,30 @@ workflows: # - cargo_fetch - remote_tests_rust + filters: + tags: + only: /.*/ - remote_tests_python + filters: + tags: + only: /.*/ - remote_python_packaging: requires: - remote_tests_python - remote_tests_rust + filters: + tags: + only: /.*/ - upload_docs_wheels: requires: - remote_python_packaging - build_doxygen + filters: + tags: + only: /.*/ # - rustfmt: # requires: # - cargo_fetch @@ -195,6 +207,9 @@ workflows: # - cargo_fetch - build_doxygen + filters: + tags: + only: /.*/ # Linux Desktop 64bit # - test_x86_64-unknown-linux-gnu: