From 033961cdbe6586cc329c71665d258ffac14655fd Mon Sep 17 00:00:00 2001 From: Marshall Hallenbeck Date: Sat, 30 Sep 2023 15:31:27 -0400 Subject: [PATCH] remove the on pull and change to windows to test windows build first --- .github/workflows/netexec-build-zipapp.yml | 3 +-- .github/workflows/netexec-build.yml | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/netexec-build-zipapp.yml b/.github/workflows/netexec-build-zipapp.yml index c6066f24..708f69ad 100644 --- a/.github/workflows/netexec-build-zipapp.yml +++ b/.github/workflows/netexec-build-zipapp.yml @@ -1,8 +1,7 @@ -name: NetExec Build ZippApps +name: Build ZippApps on: workflow_dispatch: - push: jobs: build: diff --git a/.github/workflows/netexec-build.yml b/.github/workflows/netexec-build.yml index 02aeb489..1eaa2e7c 100644 --- a/.github/workflows/netexec-build.yml +++ b/.github/workflows/netexec-build.yml @@ -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"]