How can I trigger the deployment of a vercel project only when code changes are made in a subdirectory?
It doesn’t matter which subdirectory I submit code to, all my subdirectories will be deployed, and I’ve already set up the settings to skip the deployment of non-root file changes (the root directory is set as a subdirectory). How do I fix this?
Hey @jiejaitt! The skip deployments option will only skip if there are not changes to the directory or dependencies. So it’ll still deploy if one of the dependencies is updated.
Hey @jiejaitt, the Ignored Build Step runs in the same folder your selected “Root Directory”. Can you please verify if service-blog-spencerwoo-com is inside the root directory you have selected? You can refer to this guide for more information - How do I use the "Ignored Build Step" field on Vercel?