Use case: I have a deployment hook for render.com which deploys my app on every successful build.
Issue: At the moment whenever any branch passes, the webhook is triggered and the hosting platform deploys main branch to their service. Wasting resources and allowing for potential downtime every time a branch is puched to CircleCI.
Request: I want the webhook to only be triggered when main branch passes. Filter webhooks to only be triggered for certain branches.