Triggering publish with a webhook

nope! You’ll need to implement that logic in either the ignore script or in your build pipeline. We provide the $WEBHOOK_* environment variables during build:

… and even if you don’t build two different branches (which is the pattern my next link is about), you can use a similar pattern as we describe in this article around doing conditional builds based on that incoming build data, instead of based on the branch or commit type: