Disable automatic CI builds

- 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 <noreply@anthropic.com>
This commit is contained in:
Fengqing Liu
2025-10-17 20:04:23 +11:00
parent 849bf5372a
commit 323c2ac40d

View File

@@ -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: