Hi all,
I’m migrating my company’s project from 1.0 to 2.0, and I’m hitting an issue with webhook filtering (i.e., only sending webhooks for certain branches).
In 1.0, the syntax to do this looked like this:
notify:
webhooks:
- url: https://foo.bar.com/build-webhook
experimental:
notify:
branches:
only:
- master
- staging
However, in 2.0, that doesn’t seem to work. Does anyone have any advice how to filter when the webhook is sent?
Thanks so much!