I have tried to read up on “workflows” etc but still dont get how to achieve what I want.
I would like to add a “filter”, but on a path in the repo, not a tag or branch.
I.e,
if /root/Project/* has changed files, run workflow
if /root/Procect_2/* has changed files, run another workflow
In TEAMCITY, I just add an trigger like this:
+:Project_2/**
Is this even possible with circleci?