From e6b15be0d0987d71f0b101fc4992ae8721c6cedf Mon Sep 17 00:00:00 2001 From: SmallSharky Date: Tue, 31 Oct 2023 20:02:09 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2f8e08b..164702a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -4,9 +4,7 @@ name: CMake on multiple platforms on: push: - branches: [ "main" ] - paths: - - '.github/**' + branches: [ "main", "**-cicd" ] pull_request: branches: [ "main" ]