From 70ef952ce8f600813f975eb4b35d36b2c6a20b7d Mon Sep 17 00:00:00 2001 From: Ken Fukuyama Date: Mon, 20 Jul 2020 22:40:40 +0900 Subject: [PATCH] run only release jobs on tag creation https://circleci.com/docs/2.0/workflows/#executing-workflows-for-a-git-tag --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e69726a..4315ea4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,9 +76,8 @@ workflows: - build - test filters: *filter-only-master + build-and-deploy-release: + jobs: - remo-docker-release: - requires: - - build - - test filters: *filter-only-release