From 4f13702b11b571d79b2f4992d140c694b505a157 Mon Sep 17 00:00:00 2001 From: AdityaKasar Date: Fri, 29 Nov 2024 10:43:58 +0530 Subject: [PATCH] fixup! chore: CI to test CPP SDK --- .github/workflows/cxx-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cxx-build.yml b/.github/workflows/cxx-build.yml index 6553b64c..6f15beed 100644 --- a/.github/workflows/cxx-build.yml +++ b/.github/workflows/cxx-build.yml @@ -4,7 +4,8 @@ on: types: [trigger-workflow] workflow_dispatch: push: - - 'chore/cpp-ci-unit-coverage-report' + branches: + - 'chore/cpp-ci-unit-coverage-report' pull_request: branches: - 'main'