Skip to content

Commit 7aaf69d

Browse files
committed
fix: prevent from running the testAll.yml on main
1 parent 55f0095 commit 7aaf69d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
command: yarn install
5454
- when:
5555
condition:
56+
and:
57+
- equal: [ "https://github.com/facebook/react-native", << pipeline.project.git_url >> ]
5658
or:
5759
- equal: [ main, << pipeline.git.branch >> ]
5860
- matches:

0 commit comments

Comments
 (0)