From 44a4603c4ebc16701085ddb76373c032301765fe Mon Sep 17 00:00:00 2001 From: princegupta1131 <114015020+princegupta1131@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:46:36 +0530 Subject: [PATCH] ED-4000 feat: Github actions instead of Jenkins-test-sonar --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 76262118fb1..9672b698e77 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - "*" # Trigger on pull request to any branch + workflow_dispatch: # Manual trigger pull_request_target: # This is to access secrets from forked PRs jobs: