ci(web): make Cloudflare deploy manual

This commit is contained in:
Hunter B
2026-06-08 08:33:26 -07:00
parent 0854425dc6
commit 9463266cb1
+1 -1
View File
@@ -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