I have a Nextjs project which lives in a subdirectory (frontend/) of a github repo. I want to skip build and deployment when there is no change for that subdirectory. I already enabled “Skip deployments when there are no changes to the root directory or its dependencies.” in project setting, but it deson’t have the expected effect. Could someone help me achieve this please?
I wasn’t able to repro this in my test project. Please double check that you have the correct root directory set and the skip deployments option enabled.
If you’re still having trouble with it, I could use a minimal reproducible example to debug with you.