I’m wondering if it’s possible to only kick off a build if code is checked into a specific folder within a branch. For example, something like (from the circle.yml):
deployment:
production:
branch: develop/[MY_FOLDER]
is there any way to accomplish this?