remove the on pull and change to windows to test windows build first

main
Marshall Hallenbeck 2023-09-30 15:31:27 -04:00
parent 62fdbb3456
commit 033961cdbe
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,7 @@
name: NetExec Build ZippApps
name: Build ZippApps
on:
workflow_dispatch:
push:
jobs:
build:

View File

@ -1,8 +1,7 @@
name: NetExec Build Binaries
name: Build Binaries
on:
workflow_dispatch:
push:
jobs:
build:
@ -10,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [windows-latest]
python-version: ["3.11"]
#os: [ubuntu-latest, macOS-latest, windows-latest]
#python-version: ["3.8", "3.9", "3.10", "3.11"]