How can we configure CircleCI to only run certain jobs if files within a specific path in the repo changed?

I want to only run my mobile tests when I make changes to the mobile directory in the repo, and only run API tests when I make changes to the api directory in the repo.

Is this possible?

Thanks!