Skip to content

Commit 16d8802

Browse files
grabboufacebook-github-bot
authored andcommitted
Update CircleCI config as per support request (#26329)
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
1 parent 87f94d5 commit 16d8802

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,14 @@ workflows:
659659
- publish_npm_package:
660660
requires:
661661
- setup_android
662+
filters:
663+
# Both of the following conditions must be included!
664+
# Ignore any commit on any branch by default.
665+
branches:
666+
ignore: /.*/
667+
# Only act on version tags.
668+
tags:
669+
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
662670

663671
analysis:
664672
jobs:

0 commit comments

Comments
 (0)