Skip to content

Commit

Permalink
Update CircleCI config as per support request (#26329)
Browse files Browse the repository at this point in the history
Summary:
This is a cherry-pick of the fix on 0.61-stable that fixes an issue with CircleCI.
fafc58b
Pull Request resolved: #26329

Differential Revision: D17258952

Pulled By: cpojer

fbshipit-source-id: 5116a143b582ab4835d7a53f4037a7b7e749f3a8
  • Loading branch information
grabbou authored and facebook-github-bot committed Sep 9, 2019
1 parent 87f94d5 commit 16d8802
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16d8802

Please sign in to comment.