Hi guys,
This is a feature request for something I’ve used in other CI tools (see https://docs.travis-ci.com/user/cc-menu/, for example) and I miss in Drone.
The typical use case would be to track a single branch (usually master) while others are ignored (like feature branches).
master
drone also has support for ccmenu, see http://docs.drone.io/ccmenu/
True, but it doesn’t allow to filter by branch, which IMO makes this a much less useful feature.
ah I see, sorry I misunderstood. The badges support filtering by branch, which could be extended to ccmenu as well. Note that if you filter by branch, it would omit pull request and only show the status of push events.