I have a monorepo setup, where I have a folder called apps that contains different services. I have separate deployments in my railway project, each using a subfolder as their root directory (e.g. /apps/server). Currently there are two subfolders/services. I just pushed a new folder to the apps directory (which is not even connected to any service in the project yet), and it triggered a build and deployment for the two existing services.
That is not supposed to happen right? Is there something else I need to configure so that I only trigger new builds for apps that have changes to the root directory?