ci: disable automatic workflow triggers

This commit is contained in:
gsxdsm
2026-04-12 13:48:13 -07:00
parent 51f31f099a
commit ecfe134591
8 changed files with 77 additions and 31 deletions

View File

@@ -1,14 +1,8 @@
name: Mobile Builds
# Auto-trigger disabled; workflow preserved for manual use via workflow_dispatch.
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "packages/mobile/**"
- "packages/dashboard/**"
- ".github/workflows/mobile.yml"
jobs:
build-web: