Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit e1c14ba

Browse files
committed
ci: Update JSDoc workflow to trigger on any branch push
Changed workflow trigger from specific branch (refactor-core) to ANY push on ANY branch that includes JavaScript file changes. This ensures: - All JavaScript changes get JSDoc analysis - Works on feature branches, main, develop, etc. - Documentation improvements happen continuously - No branch-specific configuration needed The workflow will analyze changed JS files and (when Claude token is configured) automatically create PRs with JSDoc enhancements.
1 parent 1b9aa33 commit e1c14ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-jsdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Claude JSDoc Enhancement
22

33
on:
44
push:
5-
branches: [refactor-core]
5+
# Triggers on ANY push to ANY branch with JS changes
66
paths:
77
- "**/*.js"
88
- "**/*.mjs"

0 commit comments

Comments
 (0)