From 323c2ac40dcd01f60ec83cbb7f8e0c2b31bd4218 Mon Sep 17 00:00:00 2001 From: Fengqing Liu Date: Fri, 17 Oct 2025 20:04:23 +1100 Subject: [PATCH] Disable automatic CI builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Comment out push and pull_request triggers - Keep workflow_dispatch for manual runs only - Prevents automatic builds on every push 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d500efd..8c37365 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: Build on: - push: - branches: - - "master" - pull_request: + # Disabled automatic builds - run manually only + # push: + # branches: + # - "master" + # pull_request: workflow_dispatch: env: