Skip to content

Commit 905b424

Browse files
DeepDiver1975claude
andcommitted
test/gui: trigger doc-screenshots workflow on push to tooling branch
workflow_dispatch requires the workflow to exist on the default branch, which conflicts with keeping this on a never-merged tooling branch. Add a push trigger scoped to tooling/doc-screenshots-* so re-pushing the branch runs the capture, without merging anything to master. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
1 parent f3ba0ef commit 905b424

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/doc-screenshots.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ name: Documentation Screenshots
1212
# download and drop into the docs repo.
1313

1414
on:
15+
# This workflow only ever lives on the long-lived tooling branch (never on
16+
# the default branch), so workflow_dispatch is not usable. Instead it runs on
17+
# every push to the tooling branch — re-pushing the branch IS the on-demand
18+
# trigger. workflow_dispatch is also declared for the day this is ported to
19+
# the default branch.
20+
push:
21+
branches:
22+
- "tooling/doc-screenshots-*"
1523
workflow_dispatch:
1624
# Optional canary so breakage against an evolving UI surfaces early rather
1725
# than at release crunch time. Comment out if undesired.

0 commit comments

Comments
 (0)