From d96dcde1ba1e422e89a54ad6765320b6286cbfb1 Mon Sep 17 00:00:00 2001 From: Sujay <89520981+SD-13@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:18:38 +0000 Subject: [PATCH] run ci workflow for release branches (#10819) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 815a9b70f..eb8815fb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,6 +13,7 @@ on: push: branches: - main + - release-* paths-ignore: - 'docs/**' - 'deploy/**'