Skip to content

Commit 872d02a

Browse files
Update markdown link check workflow to allow all branches for pull requests and fix JSON formatting in release notes
1 parent de4915c commit 872d02a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '**.md'
77
pull_request:
8-
branches: [main]
8+
branches: '**'
99
paths:
1010
- '**.md'
1111

release-notes/10.0/releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"release-type": "lts",
99
"lifecycle-policy": "https://aka.ms/dotnetcoresupport",
1010
"releases": [
11-
{
11+
{
1212
"release-date": "2025-11-11",
1313
"release-version": "10.0.0-preview.7",
1414
"security": false,

0 commit comments

Comments
 (0)