Skip to content

Commit 3e98da1

Browse files
FBumannclaude
andauthored
ci: fix docs workflow triggers (#50)
- Add push to main trigger so docs build runs on every push (serves as test) - Fix workflow_run to watch "Release (Manual)" and "Release Please" workflows Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1c92a5c commit 3e98da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Docs
22

33
on:
4+
push:
5+
branches: [main]
46
pull_request:
57
branches: [main]
68
workflow_dispatch: # Manual trigger
79
workflow_run:
8-
workflows: ["Release"]
10+
workflows: ["Release (Manual)", "Release Please"]
911
types: [completed]
1012

1113
permissions:

0 commit comments

Comments
 (0)