Skip to content

Commit f53dd44

Browse files
gjtorikianclaude
andcommitted
ci(docs): trigger Pages deploy on main pushes instead of tags
Tag pushes were rejected by the github-pages environment protection rules. Releases land on main via release-please, so triggering on main both fixes the deploy and keeps docs in sync with shipped code. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 25307bf commit f53dd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish API Docs
22
on:
33
push:
4-
tags: ['v*']
4+
branches: [main]
55
workflow_dispatch:
66
permissions:
77
contents: read

0 commit comments

Comments
 (0)