I wanted to know if it's possible to have different webhook on different branches in the same project with Github ?
I already have one but it's the easiest webhook in github with a configuration as : "send me everything" on the master branche.
But I have a repository on github with 2 branches. And I want to have 2 different webhook : one on each branches.
Is it possible to do that with github ?
If it's possible i haven't find how i can apply one webhook to one specific branche.