From e16197e51db1f49efa6e27c2364a31a4be05b3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 9 Sep 2024 18:55:42 +0200 Subject: [PATCH] gha/bin-image: Also run on branches like `27.x` 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. Signed-off-by: Paweł Gronowski (cherry picked from commit 47d5ce0ef8db875596956b0d1273d1fcebc79adc) Signed-off-by: Paweł Gronowski --- .github/workflows/bin-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index 40418f88ca..91c6eb05c9 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -19,6 +19,7 @@ on: branches: - 'master' - '[0-9]+.[0-9]+' + - '[0-9]+.x' tags: - 'v*' pull_request: