Skip to content

Commit b6d5755

Browse files
authored
Ensure running on pull request
1 parent 3f20765 commit b6d5755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-links.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- '.lycheeignore'
88
- 'lychee.toml'
99
- '**/*.md'
10+
pull_request:
1011
schedule:
1112
# Run on the first of each month at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
1213
- cron: "0 9 1 * *"
@@ -34,4 +35,4 @@ jobs:
3435
uses: lycheeverse/[email protected]
3536
with:
3637
fail: true
37-
args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'
38+
args: --accept '200,201,202,203,204,403,429,500' --max-concurrency 1 --cache --no-progress --exclude-all-private './**/*.md'

0 commit comments

Comments
 (0)