Commit 24218d3
committed
ci(docs[trigger]): publish from seo-packages branch
why: the docs workflow currently triggers on pushes to main only,
which means the seo-packages branch cannot exercise the publish
pipeline (uv sync → just html → S3 sync → CloudFront invalidate →
Cloudflare purge) end-to-end. Adding seo-packages to the on.push
branches list lets a single push validate the entire pipeline
without merging to main first. The dorny/paths-filter step still
gates the publish to docs-relevant changes, so unrelated pushes
still skip.
what:
- .github/workflows/docs.yml: append seo-packages to the
on.push.branches list so the workflow runs on pushes to either
branch1 parent 49a2074 commit 24218d3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments