How do I get an email when a dev pushes a new commit to my GitLab repo?

How do I get an email when a dev pushes a new commit to my GitLab repo?

I think I have all notification enabled on my account. I get emails on issues and MRs, but not pushes.

RGDS
GARY

This caught me out too, the GitLab Notification Emails don’t notify pushes to the repository. Happily, there’s an Integration setting to send emails on push which does what we want :slightly_smiling_face:, although it has to be set on a project-by-project basis.

From the project’s top page, navigate to Settings → Integrations → Emails on push. Make the integration active by checking the checkbox, and enter your email address in the Recipients field, and you should be good-to-go!