Changelog
- Procedure Webhook:
- Previously the docs for webhooks stated that using
__ALL__
as the webhook branch will skip the branch check. This is incorrect, you should use__ANY__
to skip the check instead. This can be used to trigger the Procedure, for example, onreleases
, if you configure your provider to only send on releases. - Also, the frontend will suggest to use
__ALL__
, this has also been fixed and will suggest the correct__ANY__
branch.
- Previously the docs for webhooks stated that using
Thanks for your feedback and those involved in this release 🦎