From 88ea2c86f29a0fa3b6b369d821a6e1a7b7ce0694 Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Thu, 23 May 2024 12:34:25 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead of Jenkins --- .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 aedbe649881..8ea128e050c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,10 +3,10 @@ name: CI/CD Pipeline on: push: branches: - - main + - release-8.0.0 pull_request: branches: - - main + - release-8.0.0 jobs: build: