Skip to content

Commit f6ed491

Browse files
gjtorikianclaude
andcommitted
ci(docs): trigger Pages deploy from main instead of tags
The github-pages environment's branch/tag protection rules block deploys from version tags, so the deploy job failed after release. Switching to push-on-main avoids the rule and still publishes docs on every release merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 54e3ad6 commit f6ed491

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)