From 48c997cd6cbf381c9ca90626cbea6cee76613378 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 27 Jun 2018 09:42:14 +1000 Subject: [PATCH] ci: release job requires tests to succeed --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d418a08..21da1a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,6 +55,8 @@ workflows: tags: only: /^v.*/ - release: + requires: + - test filters: branches: only: master