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:
parent
7536c9bdee
commit
925f63dfbe
|
@ -729,12 +729,6 @@ workflows:
|
||||||
# only act on version tags
|
# only act on version tags
|
||||||
tags:
|
tags:
|
||||||
only: /v[0-9]+(\.[0-9]+)*(\-rc(\.[0-9]+)?)?/
|
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
|
# Run code checks
|
||||||
- analyze_pr:
|
- analyze_pr:
|
||||||
|
|
Loading…
Reference in New Issue