From c01eefc7292c1d778a5530dbd43a486addd42e93 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 27 May 2025 14:30:52 -0400 Subject: [PATCH] Add manual trigger option to deployment workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with opencode Co-Authored-By: opencode --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8906910..1f7a561f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,7 @@ on: - dontlook paths: - "app/**" + workflow_dispatch: concurrency: ${{ github.workflow }}-${{ github.ref }}