Only kicking off if changes are to a specific folder

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?

2 Likes

Hi!

I use git log to see if the last commit includes changes in the relevant folder.