From beb405a42c6690b6447b552fdcde8ea983434152 Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+Stuxnot@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:02:43 +0200 Subject: [PATCH] Remove test branch from action --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 5683495..4970e19 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -8,7 +8,7 @@ on: - examples/** - tool/** - CMakeLists.txt - branches: [ "main", "test/ci-cd" ] + branches: [ "main" ] pull_request: branches: [ "main" ] paths: