Skip to content

Commit 7e1c355

Browse files
authored
Update cmake-multi-platform.yml
1 parent 1d0cc33 commit 7e1c355

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
name: CMake on multiple platforms
44

55
on:
6-
push:
7-
branches: [ "main" ]
8-
pull_request:
9-
branches: [ "main" ]
6+
workflow_dispatch:
107

118
jobs:
129
build:
@@ -25,7 +22,7 @@ jobs:
2522
matrix:
2623
os: [ubuntu-latest, windows-latest]
2724
build_type: [Release]
28-
c_compiler: [gcc, clang, cl]
25+
c_compiler: [gcc, cl]
2926
include:
3027
- os: windows-latest
3128
c_compiler: cl

0 commit comments

Comments
 (0)