[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Feedback](/c/feedback/8) # Support for Ignored Branches in Vercel Deployments 114 views · 0 likes · 2 posts Faris Ashai (@faris7) · 2025-11-14 I have a monorepo with a main branch and some special downstream branches that auto generate artifacts for different projects/tasks that I don’t want included in the Vercel preview since they’re wasting compuute Anshuman Bhardwaj (@anshumanb) · 2025-11-14 Hi @faris7, welcome to the Vercel Community! I think you may find [Ignored Build Step](https://vercel.com/docs/project-configuration/git-settings#ignored-build-step) useful for this use case, specially the **Only build if there are changes in a folder** option. 