From 06f9d808185bde95253e8d9b08e94a403b66dba7 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Fri, 6 Dec 2024 10:29:30 +0000 Subject: [PATCH] Disable windows wf --- .github/workflows/humble-binary-build-win.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/humble-binary-build-win.yml b/.github/workflows/humble-binary-build-win.yml index 2f1ea0f5..18688d03 100644 --- a/.github/workflows/humble-binary-build-win.yml +++ b/.github/workflows/humble-binary-build-win.yml @@ -4,14 +4,14 @@ name: Humble Windows Binary Build on: workflow_dispatch: - pull_request: - branches: - - humble - # types: - # - labeled - push: - branches: - - humble + # pull_request: + # branches: + # - humble + # types: + # - labeled + # push: + # branches: + # - humble # issue_comment: # types: # - created