Stop unnecessary vercel deployments in mono-repo

I have one repo which contains two vercel projects, with both projects linked to the same git branch.

At the moment, if I make a change to one project, it triggers a redeployment of both.

Is there a way (perhaps with GitHub actions) to only trigger builds for projects when certain sub directories have changed? Thanks!
Was this page helpful?