From 700865b96e9e4264c218bc397830a2d083a1ad56 Mon Sep 17 00:00:00 2001 From: Mark McDowell Date: Tue, 10 Sep 2019 10:53:28 +0100 Subject: [PATCH] build: fixing CircleCI config CircleCI requires that any required job must also be setup to run from tags. See https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ba96e2cc..489737f2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -103,7 +103,10 @@ workflows: version: 2 build-and-deploy: jobs: - - build + - build: + filters: + tags: + only: /.*/ - build-docs: filters: branches: