From 5863c72fc7569ee043b65327dbc667bdce2cab2d Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Sun, 21 Oct 2018 17:43:32 +0300 Subject: [PATCH] CI: don't run other jobs on docs branch --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d8361e..7d2923e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,9 @@ aliases: tags: ignore: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ branches: - ignore: master + ignore: + - master + - docs - &filter-only-master branches: only: master