From e8063d9daca3bb48db8ed654af77a26245535bda Mon Sep 17 00:00:00 2001 From: Mikko Numminen Date: Fri, 19 Jun 2026 02:20:43 +0300 Subject: [PATCH] docs(readme): correct CI trigger scope to match the workflow CI runs on pushes to `master` and PRs targeting `master` (per `.github/workflows/ci.yml`), not on every push/PR. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f89fa9..2717140 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ npm run test:coverage # run with coverage report - **Pre-commit** — ESLint + Prettier via lint-staged - **Pre-push** — TypeScript type-check, ESLint, and full test suite -- **CI** — GitHub Actions runs lint, type-check, and tests with coverage on every push/PR +- **CI** — GitHub Actions runs lint, type-check, and tests with coverage on pushes to `master` and on pull requests targeting `master` ## External APIs