From a97c8d6ffb65a54dfd4a16e2fe73e7cbdcc2e6da Mon Sep 17 00:00:00 2001 From: hongwei Date: Tue, 27 Jan 2026 14:35:14 +0100 Subject: [PATCH] reafactor/ ci: expand branch pattern to include all branches The previous branch pattern excluded some branches unintentionally. Adding '**' ensures all branches are matched except 'develop'. --- .github/workflows/build_container_non_develop_branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_container_non_develop_branch.yml b/.github/workflows/build_container_non_develop_branch.yml index 61e8bfcd23..70b2deeb73 100644 --- a/.github/workflows/build_container_non_develop_branch.yml +++ b/.github/workflows/build_container_non_develop_branch.yml @@ -4,6 +4,7 @@ on: push: branches: - "*" + - '**' - "!develop" env: