From 543b0c35394648093da6faf2ada1c73662c39a5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:00:04 +0000 Subject: [PATCH 1/2] Initial plan From d094d329b69b15fe5757d3033b67d4287a531319 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:02:41 +0000 Subject: [PATCH 2/2] Enable CI on pull requests for both build workflows Co-authored-by: xrh0905 <29017419+xrh0905@users.noreply.github.com> --- .github/workflows/nuitka-build.yml | 1 + .github/workflows/pyinstaller-build.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nuitka-build.yml b/.github/workflows/nuitka-build.yml index a2fc9b0..4f16f29 100644 --- a/.github/workflows/nuitka-build.yml +++ b/.github/workflows/nuitka-build.yml @@ -7,6 +7,7 @@ name: Build with Nuitka - master tags: - 'v*' + pull_request: workflow_dispatch: jobs: diff --git a/.github/workflows/pyinstaller-build.yml b/.github/workflows/pyinstaller-build.yml index 78d797b..f9be014 100644 --- a/.github/workflows/pyinstaller-build.yml +++ b/.github/workflows/pyinstaller-build.yml @@ -7,6 +7,7 @@ name: Build with PyInstaller - master tags: - 'v*' + pull_request: workflow_dispatch: jobs: