summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 32c211f..6abba78 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -170,8 +170,11 @@ workflows:
only:
- master
- deploy_tag:
+ requires:
+ - build_docs
filters:
branches:
- ignore: /.*/
+ only:
+ - master
tags:
only: /[0-9]+(\.[0-9]+)*$/ \ No newline at end of file