Limit build trigger folders for monorepo builds #310
-
I currently have a monorepo with 3 projects. Every time I push code to main all projects are built. The root directory for each of the projects is different. Is there a way to limit the builds to only trigger when files in a project's root directory have changed? If so, is it then possible to build all projects if files in a Folder structure
I've seen tangential discussions on here but haven't found this exact issue discussed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@lsei You can use Ignore Build Step to achieve this. |
Beta Was this translation helpful? Give feedback.
-
Vercel can now skip unnecessary monorepo builds: https://vercel.com/changelog/automatically-skip-unnecessary-deployments-in-monorepos |
Beta Was this translation helpful? Give feedback.
Vercel can now skip unnecessary monorepo builds: https://vercel.com/changelog/automatically-skip-unnecessary-deployments-in-monorepos