From c7341dd674034abdb543453d57ea2f2e0709c718 Mon Sep 17 00:00:00 2001 From: Florian Hines Date: Tue, 25 Aug 2026 08:39:33 -0500 Subject: [PATCH] docs: clarify automatic Cloudflare deployments --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9021ac5..ea2b9ad 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ npm run dev npm run deploy ``` +Pushes to `main` automatically deploy the Cloudflare Worker after the test suite passes. + [For generating/synchronizing types based on your Worker configuration run](https://developers.cloudflare.com/workers/wrangler/commands/#types): ```txt