My repository is a mono repo and I have separate projects setup on Bitrise for different directories on my in my project. I have selective builds setup to only trigger workflows if certain directories are changed.
One of my projects requires a workflow on every feature/* branch, but only if files in the app
directory is changed.
The selective build feature on Bitrise works correctly for the most part, except on branch creation. Whenever I create a new branch and push it without making any changes, the workflow is triggered even though that directory wasn’t changed.