From 41751ca2d6fe9f657be9b0059006e20334139755 Mon Sep 17 00:00:00 2001 From: Sujay <89520981+SD-13@users.noreply.github.com> Date: Tue, 2 Jan 2024 19:32:09 +0000 Subject: [PATCH] run ci workflow for release branches --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 750de5203..93b43b8c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,7 @@ on: push: branches: - main + - release-* paths-ignore: - 'docs/**' - 'deploy/**'