1
Send webhook for specified branches only
Matt Bee
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.
timeunhelpful
opinions that are necessary and practical. The idea of enabling filtering webhooks just for specific branches crossed my mind as well.
https://food-le.com