From 0ea1746949811490e6b10d9a6ae0a069d092d779 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:11:42 -0500 Subject: [PATCH] ci: enable running ci against release branches --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8733498d91..844cac6f50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ on: branches: - "pull-request/[0-9]+" - "main" + - "release/*" jobs: ci-vars: