From b9aad6909fc1dc080f62cdad12054119a0acf50a Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Thu, 30 May 2024 17:15:10 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead of Jenkins --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index bf42f1dd4a3..b0328fff7f7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,6 +4,9 @@ on: push: branches: - release-8.0.0 + pull_request: + branches: + - release-8.0.0 jobs: build-and-test: