Pushing code to multiple branches

Problem: I have two branches eg: trunk and newfeat. Newfeat is pulled from trunk. But when someone push code to trunk I want their code to automatically push to newfeat branch.
Presently I create two merge requests. One to accept code pushed to trunk and other to push code from trunk to newfeat.

Thanks