Run pipeline only for merge requests to specific target branches

I am looking to only run a pipeline for merge requests to my development branch (not master or any other branch in my repo).

I’ve tried using only: [‘merge_requests’, ‘development’] with except: branches and various other combinations. I’ve also gone through the docs but have not made things work yet.

Any help or pointers would be greatly appreciated!

Thanks :slight_smile: