Hi,
I’m trying to build branches that have a pull request associated with them that are not the default branch. For instance, I can open a PR against staging (non default branch) and the job runs. However, If I merge that PR into staging, the job isnt run. However, if I do the same thing on the default branch (i.e master) - I get the desired behavior. Any ideas how I can achieve this?