From 9463266cb1278cdb82ada338479f32d47f31a704 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Mon, 8 Jun 2026 08:33:26 -0700 Subject: [PATCH] ci(web): make Cloudflare deploy manual --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0be574b9..25a70b7e 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -41,7 +41,7 @@ jobs: name: Deploy to Cloudflare runs-on: ubuntu-latest needs: lint - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + if: github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' defaults: run: working-directory: web