From 9da9c8b6e0ba6213ae4edb593db2476ef85ac83f Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 17 Jun 2026 09:05:06 -0600 Subject: [PATCH] ci(deploy): add workflow_dispatch trigger for manual runs Lets the migration (and the rest of the deploy) be triggered on demand from the Gitea UI instead of waiting for a push to main. --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index be83ffa..ba394de 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: deploy: