Skip to content

Commit 3678685

Browse files
authored
Merge pull request #51 from Bor-Code/ci/add-windows-build-check
ci: add Windows build check
2 parents b497c87 + 04e539a commit 3678685

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/windows-build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
10-
11-
permissions:
12-
contents: read
138

149
jobs:
1510
build:
@@ -22,5 +17,5 @@ jobs:
2217
- name: Configure CMake
2318
run: cmake -B build
2419

25-
- name: Build release executable
20+
- name: Build
2621
run: cmake --build build --config Release

0 commit comments

Comments
 (0)