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 13aad56 commit 35602f7Copy full SHA for 35602f7
.circleci/config.yml
@@ -53,11 +53,13 @@ jobs:
53
command: yarn install
54
- when:
55
condition:
56
- or:
57
- - equal: [ main, << pipeline.git.branch >> ]
58
- - matches:
59
- pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
60
- value: << pipeline.git.branch >>
+ and:
+ - equal: [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
+ - or:
+ - equal: [ main, << pipeline.git.branch >> ]
+ - matches:
61
+ pattern: /0\.[0-9]+[\.[0-9]+]?-stable/
62
+ value: << pipeline.git.branch >>
63
steps:
64
- run:
65
name: "[Main or Stable] Create input for config to test everything"
0 commit comments