Git push options merge_request.create default branch as a source

I’m trying to create MR from my master branch like this

git push -o merge_request.create -o merge_request.target=staging

But it doesn’t work as my master branch is set as the default branch. If I unset master as the default then MR is created

Is there a way to create MR using git options with the default branch as a source?