diff --git a/.circleci/config.yml b/.circleci/config.yml index 70cf466c70a..d39b2a64e2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,8 @@ jobs: - run: name: Check for duplicated packages command: | - if [[ $(git diff --name-status master | grep pnpm.lock) == "" ]]; + # #default-branch-switch + if [[ $(git diff --name-status master | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]]; then echo "no changes to dependencies detected, skipping..." else