From d3e5d536738ff0533599a8db313472209339c4d0 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:54:21 +0530 Subject: [PATCH] docs: note auto-approve workflow is unrelated to deploys --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7450040..1b43498 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,10 @@ npm run deploy # embed + wrangler deploy Deploys are wired through **Cloudflare Workers' Git integration**: push to `main` deploys production (`resume.aswincloud.com`), and pull requests get their own -preview URL automatically — no GitHub Actions. +preview URL automatically — no GitHub Actions for deploys. + +The only workflow in the repo is `.github/workflows/auto-approve.yml`, which +auto-approves admin PRs; it plays no part in building or deploying the resume. ### One-time setup 1. Create a KV namespace and put its id in `wrangler.jsonc` (`PDF_CACHE` binding).