From 4ffce75d70d9fb5a62ff21483778be1e69538f00 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 22 Dec 2024 09:08:46 -0500 Subject: [PATCH] DELETE ME --- .github/workflows/manual.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d1cccf0c..09bcfc82 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -4,6 +4,9 @@ on: create: tags: - v* + push: + branches: + - * jobs: build_pyinstaller: @@ -11,7 +14,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-13] + # os: [ubuntu-latest, windows-latest, macos-13] + os: [ubuntu-latest] steps: - uses: actions/checkout@v2