We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c841af commit 4cb1794Copy full SHA for 4cb1794
.circleci/config.yml
@@ -70,11 +70,13 @@ jobs:
70
command: yarn install
71
- when:
72
condition:
73
- or:
74
- - equal: [ main, << pipeline.git.branch >> ]
75
- - matches:
76
- pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
77
- value: << pipeline.git.branch >>
+ and:
+ - equal: [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
+ - or:
+ - equal: [ main, << pipeline.git.branch >> ]
+ - matches:
78
+ pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
79
+ value: << pipeline.git.branch >>
80
steps:
81
- run:
82
name: "[Main or Stable] Create input for config to test everything"
0 commit comments