From 251e246180c5b69d4f6c9aca97f1a3c0499231f1 Mon Sep 17 00:00:00 2001 From: "Kandasamy, Divya" Date: Thu, 17 Oct 2024 14:20:44 -0400 Subject: [PATCH] Added support to externally Trigger C++ SDK --- .github/workflows/cxx-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 1233cd8fa..221ef8b35 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -1,5 +1,7 @@ name: CXX build on: + repository_dispatch: + types: [trigger-workflow] workflow_dispatch: pull_request: branches: