Make preview build workflow manual-only

Trigger is workflow_dispatch exclusively so builds happen only when
explicitly requested from the Actions UI, not on every branch push.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-24 10:22:11 -07:00
parent 0316234329
commit 5360f22b65

View File

@@ -5,12 +5,6 @@ name: Build App (Preview)
# smoke-testing of feature branches before they merge. # smoke-testing of feature branches before they merge.
on: on:
push:
branches-ignore: [main]
paths:
- "app/**"
- "VERSION"
- ".gitea/workflows/build-app-preview.yml"
workflow_dispatch: workflow_dispatch:
jobs: jobs: