Skip to content

Commit 563a3b3

Browse files
author
markzegarelli
committed
link check
1 parent 993563d commit 563a3b3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ name: CheckLinks
66

77

88

9+
# on:
10+
# schedule:
11+
# - cron: "5 4 * * SAT"
12+
913
on:
10-
schedule:
11-
- cron: "5 4 * * SAT"
14+
push:
15+
branches:
16+
- link-check-action
17+
pull_request:
18+
branches:
19+
- link-check-action
1220

1321
jobs:
1422
checklinks:

0 commit comments

Comments
 (0)