Is it possible to set up a webhook that will only trigger when a certain folder within a repo is updated? I have multiple projects in a single GitHub repo and I need to create multiple Bitrise Apps which will all use the same repository but the automated building/testing should only be triggered when their respective folders are updated and PRs are created.
Is this possible?
Thanks