From 5cd897a8dbf4230e85c5e8dbecbd18c32d329c05 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Tue, 27 Aug 2019 16:18:55 +0200 Subject: [PATCH] Update CircleCI config as per support request --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a5d7eeceb8e5c..f50c8ab6be49e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -659,6 +659,14 @@ workflows: - publish_npm_package: requires: - setup_android + filters: + # Both of the following conditions must be included! + # Ignore any commit on any branch by default. + branches: + ignore: /.*/ + # Only act on version tags. + tags: + only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/ analysis: jobs: