From ceda72c102b643b710d19c00219063b5e24e381f Mon Sep 17 00:00:00 2001 From: Abhinav R <76396917+Abhinav-ark@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:22:54 +0530 Subject: [PATCH] Trigger CI/CD on v2-branch commit --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c4ce3fd..fa7e67f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -2,9 +2,9 @@ name: CI/CD on: push: - branches: [ main ] + branches: [ main, v2 ] pull_request: - branches: [ main ] + branches: [ main, v2 ] workflow_dispatch: