From d90b44728def715a1c0d8fabee326c03ef85b37c Mon Sep 17 00:00:00 2001 From: Aaron Kirkbride Date: Tue, 8 May 2018 10:50:29 +0100 Subject: [PATCH] Run agent build job for tag pushes --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4121f3b7..34401082 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,7 +238,10 @@ workflows: build_deploy: jobs: - global_tests - - agent + - agent: + filters: + tags: + only: /[0-9]+(\.[0-9]+)*(-[a-z]+)?/ - bootstrap - service - integration_install_update_flow: