preview deployment on latest commit of push only
Unanswered
orpheus posted this in #help-forum
orpheusOP
vercel builds a preview deployment for every commit on a certain branch. so if my push to that branch adds 5 new commits, it will create five new deployments. but i only want one deployment for the latest commit of that push. what is a clean way i can achieve this?