Skip to content

Commit

Permalink
fix: prevent from running the testAll.yml on main
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Nov 30, 2023
1 parent 55f0095 commit 5ec059a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
command: yarn install
- when:
condition:
and:
- equal: [ 'https://github.com/facebook/react-native', << pipeline.project.git_url >> ]
or:
- equal: [ main, << pipeline.git.branch >> ]
- matches:
Expand Down

0 comments on commit 5ec059a

Please sign in to comment.