Yes, but as a developer, you're less likely to ship regressions in the first place if your deployment process involves more structure (beta testing, internal code freezes, release branches containing only bug fixes, etc) than 'git push'.
Of course, that runs counter to the "continual deployment" idea popular in web circles, but that's the entire point.
This doesn't prescribe which branch you do the git push to though. I'm sure you could just as easily set up a branching scheme where you went through testing and internal releases, and launched new code off a stable branchline
Of course, that runs counter to the "continual deployment" idea popular in web circles, but that's the entire point.