From 7e1c355b0c2da1f60a8aaa0bf3b42c4df0d0adf9 Mon Sep 17 00:00:00 2001 From: W3AXL Date: Fri, 14 Feb 2025 11:51:54 -0500 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 8e68aa2..91764b6 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -3,10 +3,7 @@ name: CMake on multiple platforms on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: jobs: build: @@ -25,7 +22,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] build_type: [Release] - c_compiler: [gcc, clang, cl] + c_compiler: [gcc, cl] include: - os: windows-latest c_compiler: cl