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 2b86856 commit ec4669cCopy full SHA for ec4669c
.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