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 b239899 commit e27f7d2Copy full SHA for e27f7d2
.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