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 Dec 1, 2023
1 parent 55f0095 commit 7aaf69d
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 7aaf69d

Please sign in to comment.