From 987befaeaca65909a5274d0bf122b38108a9efc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 10 Jan 2025 14:31:51 +0100 Subject: [PATCH] gha/build: Publish bin image for release branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We moved to the major release branches with a `.x` suffix and forgot to adjust this workflow to run on branches like `27.x`. Signed-off-by: Paweł Gronowski --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 916417edda8a..27cf3784f622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,6 +22,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: