From 56cb1e203681d5377579abfe86b8bff8c18d63f7 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Wed, 11 Feb 2026 10:50:18 -0800 Subject: [PATCH] Patches need to be triggered for the release/9.3 branch --- .github/workflows/patch-installer-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/patch-installer-cd.yml b/.github/workflows/patch-installer-cd.yml index 0b89bc051a..40d0c09641 100644 --- a/.github/workflows/patch-installer-cd.yml +++ b/.github/workflows/patch-installer-cd.yml @@ -8,7 +8,7 @@ name: Patch Installer on: push: - branches: ["main"] + branches: ["main", "release/9.3"] schedule: # Runs every Monday at 03:30 UTC (which is 8:30pm MST/PDT Sunday evening) - cron: "30 3 * * 1"