From 0541c7b5f4d46d25c013d9f7580271a03ebfb4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Mon, 30 Jul 2018 15:24:01 -0700 Subject: [PATCH] Run deploys to npm whenever a new tag is pushed to a stable branch (#19742) Summary: This has been tested in `0.56-stable` and was used to deploy the `0.56.0-rc.2` release. Pull Request resolved: https://github.com/facebook/react-native/pull/19742 Differential Revision: D9071349 Pulled By: hramos fbshipit-source-id: 6bccbe4a56cb080bd7d75c1f622168e462fb4c86 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4007ee264..d80fd6aaf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -679,7 +679,8 @@ workflows: - publish_npm_package: filters: branches: - ignore: /.*/ + only: + - /.*-stable/ tags: only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/ requires: