From 7679e6ab6c50a830e454386291a20ee1dc8460ce Mon Sep 17 00:00:00 2001 From: Davide D'Alto Date: Thu, 19 Dec 2024 11:46:17 +0100 Subject: [PATCH] [#2044] Enable GitHub workflows on different branches Include 2.* and 3.* branches and tags (before it was only the WIP ones) --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6e33ef46..0dc22ddb0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,11 +5,16 @@ on: branches: - 'main' - 'wip/**' + - '2.*' + - '3.*' tags: - '2.*' + - '3.*' pull_request: branches: - 'main' + - '2.*' + - '3.*' - 'wip/**' # For building snapshots workflow_call: