From d6a172bb2aa060aed669e7bac1cba89321fe7728 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 9 Mar 2018 14:34:24 +0100 Subject: [PATCH] Add tag filter to build per documentation[0]. [0]: https://circleci.com/docs/2.0/workflows/#git-tag-job-execution --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c3a39d8..59cfb368 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,8 +126,14 @@ workflows: version: 2 node_exporter: jobs: - - test - - build + - test: + filters: + tags: + only: /.*/ + - build: + filters: + tags: + only: /.*/ - docker_hub_master: requires: - test