From 5360f22b655b362c750d5802e218f4b8a086d4aa Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Fri, 24 Apr 2026 10:22:11 -0700 Subject: [PATCH] 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) --- .gitea/workflows/build-app-preview.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/build-app-preview.yml b/.gitea/workflows/build-app-preview.yml index c519204..9b46abe 100644 --- a/.gitea/workflows/build-app-preview.yml +++ b/.gitea/workflows/build-app-preview.yml @@ -5,12 +5,6 @@ name: Build App (Preview) # smoke-testing of feature branches before they merge. on: - push: - branches-ignore: [main] - paths: - - "app/**" - - "VERSION" - - ".gitea/workflows/build-app-preview.yml" workflow_dispatch: jobs: