Skip to content

fix: Should we run lychee link checker on master branch ?#2764

Open
JiwaniZakir wants to merge 1 commit intoapache:masterfrom
JiwaniZakir:fix/issue-2761
Open

fix: Should we run lychee link checker on master branch ?#2764
JiwaniZakir wants to merge 1 commit intoapache:masterfrom
JiwaniZakir:fix/issue-2761

Conversation

@JiwaniZakir
Copy link

Fixes #2761

Adds push trigger on the master branch to .github/workflows/links.yml so the lychee link checker runs on every merge to master, not just on a schedule or pull requests. Previously, broken links merged into master would go undetected until the next scheduled run. The fix inserts a push.branches: [master] block in the on: section of links.yml, consistent with the existing trigger ordering. Verified by inspecting the workflow trigger configuration and confirming the new event appears alongside pull_request and schedule.

@JiwaniZakir JiwaniZakir requested a review from jiayuasu as a code owner March 17, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Should we run lychee link checker on master branch ?

1 participant