Skip to content

Commit f669c56

Browse files
committed
Update pages.yml workflow to trigger on workflow file changes
Update the GitHub Pages generation workflow to also trigger when the workflow file itself is modified, ensuring the HTML dashboard is regenerated when workflow configuration changes. This ensures the dashboard is updated when workflow paths or configuration are modified, particularly important for the newly implemented review system features.
1 parent 6344caf commit f669c56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'reports/unified_analysis_report_explained.md'
99
- 'docs/script.js'
1010
- 'docs/style.css'
11+
- '.github/workflows/pages.yml'
1112
workflow_dispatch: # Allow manual trigger
1213

1314
permissions:

0 commit comments

Comments
 (0)