Skip to content

Commit 6f60b5c

Browse files
gmrclaude
andcommitted
Remove release trigger from docs workflow
The github-pages environment only allows deployments from the main branch. Release events use tag refs which don't match that policy, causing every release-triggered docs deploy to fail. Since pushes to main already trigger docs deployment, the release trigger is redundant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4254d70 commit 6f60b5c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
- 'docs/**'
88
- 'mkdocs.yml'
99
- 'rejected/**'
10-
release:
11-
types: [published]
1210
workflow_dispatch:
1311

1412
permissions:

0 commit comments

Comments
 (0)