I am looking for a way to have a GitPoller changesource look at all branches instead of one.
Currently, I either specify branch='some branch' in the GitPoller constructor, or it defaults to master .
Even better would be to specify some ref pattern to view.
Is it already doing something? Or do you need to code a different kind of GitPoller?
Thanks.
source share