Run publish_npm_package job on tagged commits without any pre-reqs (#21495)

Summary:
This PR gets master back on sync with fixes made to 0.57-stable.
Pull Request resolved: https://github.com/facebook/react-native/pull/21495

Differential Revision: D10209745

Pulled By: hramos

fbshipit-source-id: bc4d859adade820eac30e947514b6c6c2a27083f
This commit is contained in:
Héctor Ramos 2018-10-04 20:14:14 -07:00 committed by Facebook Github Bot
parent 7536c9bdee
commit 925f63dfbe
1 changed files with 0 additions and 6 deletions

View File

@ -729,12 +729,6 @@ workflows:
# only act on version tags
tags:
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
requires:
- analyze
- test_detox_end_to_end
- test_javascript
- test_objc
- test_android
# Run code checks
- analyze_pr: