From 19512a24203538bcebb1430e0d14909dbe082e90 Mon Sep 17 00:00:00 2001 From: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:42:13 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8484ad6..60130ccc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,13 @@ on: types: - opened - synchronize - - edited - reopened - ready_for_review - + branches: + - 'main' + - 'develop' + - 'release-**' + - 'hotfix-**' jobs: ci: runs-on: ubuntu-latest