ci: add apple-only workflow, disable push trigger on others
Some checks failed
Build Apple (macOS + iOS) / build-ios (push) Failing after 1m2s
Build Apple (macOS + iOS) / build-macos (push) Failing after 11m39s

This commit is contained in:
2026-04-22 14:25:31 +08:00
parent 529e5d4155
commit d3e09bd92b
3 changed files with 69 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
name: Build & Test
on:
push:
pull_request:
branches: [main]
workflow_dispatch:
branches: [main]
pull_request:
branches: [main]