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: