Skip to content

Commit 9390da2

Browse files
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 branch
1 parent cdef2e7 commit 9390da2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- seo-packages
78

89
permissions:
910
contents: read

0 commit comments

Comments
 (0)