Hey,
i want to use the whitelist builds feature to eliminate unnecessary builds,
to configure it, i did as the example suggest:
general:
branches:
only:
- master
- /version-.*/
However, now PRs to master are now skipped as well… i want it to automatically build those 2 branches + approve PRs, how can i achieve that?