From 5bf7c608ec765f7a0e9994c0fcb0524ff3cfaa19 Mon Sep 17 00:00:00 2001 From: Marcel Kesselring Date: Thu, 16 Apr 2020 07:20:31 +0200 Subject: [PATCH] fix(CI): run build and tests on tags as well --- .circleci/config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0583fda..220d3fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,8 +70,14 @@ workflows: version: 2 all: jobs: - - build - - integration-test + - build: + filters: + tags: + only: /.*/ + - integration-test: + filters: + tags: + only: /.*/ - publish-plugin: requires: - build @@ -80,4 +86,4 @@ workflows: tags: only: /.*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/