chore(workflows): trigger web CI + deploy on docs/ changes

Now that docs/ is the single source of truth that the marketing site
renders at build time, edits to those files must run web CI and trigger
the Cloudflare deploy. Add `docs/**` to the paths filter in both
web-ci.yml and web-deploy.yml.

A markdown-only fix in docs/ is now sufficient to redeploy
oh-my-openagent.com — no companion web/ change needed.
This commit is contained in:
YeonGyu-Kim
2026-05-08 16:15:54 +09:00
parent e5369f3a63
commit aadcbbfcc6
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5,11 +5,13 @@ on:
branches: [master, dev]
paths:
- "web/**"
- "docs/**"
- ".github/workflows/web-ci.yml"
pull_request:
branches: [master, dev]
paths:
- "web/**"
- "docs/**"
- ".github/workflows/web-ci.yml"
concurrency:
+1
View File
@@ -11,6 +11,7 @@ on:
branches: [master, dev]
paths:
- "web/**"
- "docs/**"
- ".github/workflows/web-deploy.yml"
concurrency: