Disable on push and pull building for win

This commit is contained in:
oxmc
2024-05-09 20:21:14 -07:00
committed by GitHub
parent c9e64ab8a3
commit 2b60aac270
+4 -4
View File
@@ -2,10 +2,10 @@ name: Build Windows
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#push:
# branches: [ "main" ]
#pull_request:
# branches: [ "main" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)