From cad69826321d932cb00b4abba9aa0be4428c352c Mon Sep 17 00:00:00 2001 From: v-gira Date: Wed, 4 Mar 2026 15:40:34 +0100 Subject: [PATCH] ci(wire-builds): push q1-2026 tags to wire-builds --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 03fe9088ee7..c9aa8f269fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,6 +6,7 @@ on: tags: - '*q1-2024*' - '*q2-2025*' + - '*q1-2026*' - '*staging*' - '*production*' @@ -201,6 +202,9 @@ jobs: }, "q2-2025": { "targets": "[\"q2-2025\"]" + }, + "q1-2026": { + "targets": "[\"2026-q1\"]" } } export_to: log,output