git clone --depth 1 implicitly carries a --single-branch option, which defaults to the primary branch, which is origin/master by default.
If you want to clone a different branch, tell git which one you want to clone.
git clone --depth 1 --branch <branch> url