Skip to content

Commit a8aa4ab

Browse files
committed
change redirect title and update checker to run on pull_request
1 parent 9767877 commit a8aa4ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Check All Links for Errors
22

33
on:
4-
push:
5-
paths:
6-
- "source/**"
4+
pull_request:
5+
paths:
6+
- "source/**"
77

88
jobs:
99
check:

.github/workflows/check-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Check All Links for Errors
1+
name: Check For Bad Redirects
22

33
on:
44
pull_request:
55
paths:
66
- "source/**"
7-
7+
88
jobs:
99
check:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)