From c93517b58e81386518e7b7297b91532a069f3769 Mon Sep 17 00:00:00 2001 From: "Mastan, ShaikX Shahbaz" Date: Fri, 2 Jun 2023 15:50:32 +0530 Subject: [PATCH] Added Github Workflows --- .github/workflows/run_ci_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_ci_checks.yaml b/.github/workflows/run_ci_checks.yaml index 5fe53af..38c3846 100644 --- a/.github/workflows/run_ci_checks.yaml +++ b/.github/workflows/run_ci_checks.yaml @@ -3,10 +3,10 @@ name: Run CI checks on: pull_request: - types: [opened, synchronize, reopened, labeled] + types: "**" branches: "**" pull_request_review: - types: [submitted] + types: "**" branches: "**" jobs: TriggerWorkfows: