From fafc58b62dea4e124ec286af3e05bf8b5caf5450 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 7a5d7eeceb8..f50c8ab6be4 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: