ci: trigger CI on PR creation, gate build-docs to push/dispatch only #169

Merged
rootiest merged 1 commits from ci/pr-trigger into main 2026-09-23 02:33:16 +00:00
1 Commits
Author SHA1 Message Date
rootiest b03ba7490e ci: trigger CI on PR creation, gate build-docs to push/dispatch only
Adds a pull_request trigger (same path filters, YAML anchor to share
them with push) so branches get CI feedback before merge instead of
only after. build-docs is excluded on pull_request: it auto-commits
generated docs straight to the checked-out ref and deploys the
Cloudflare Pages production site with --branch=main, neither of which
should run against PR content that is not main yet.
2026-09-22 22:32:11 -04:00