Triggering a Staging build via a Github webhook
requires a slight tweak to the branch filter regular expression.
Tested by briefly modifying the regex in Buildkite pipeline settings and pushing an empty commit to the 8.15 branch. Checking the Staging pipeline in Buildkite shows that a build was indeed triggered, see - https://buildkite.com/elastic/ml-cpp-staging-builds/builds/111
Triggering a Staging build via a Github webhook requires a slight tweak to the branch filter regular expression.
Tested by briefly modifying the regex in Buildkite pipeline settings and pushing an empty commit to the
8.15
branch. Checking the Staging pipeline in Buildkite shows that a build was indeed triggered, see - https://buildkite.com/elastic/ml-cpp-staging-builds/builds/111Relates #2717