Skip to content

Commit c052155

Browse files
authored
Run the link checkers on the open source repo as well (#17789)
1 parent 4ab2361 commit c052155

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: Dotcom'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: GitHub AE'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: 'Link Checker: Enterprise Server'
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

0 commit comments

Comments
 (0)