Skip to content

Commit fa2e8dd

Browse files
committed
feat(gen): add on push trigger
1 parent f164512 commit fa2e8dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Check links on schedule
33
on:
44
schedule:
55
- cron: "0 14 * * *"
6+
pull_request:
67
push:
78

9+
810
jobs:
911
linkcheck:
1012
steps:

0 commit comments

Comments
 (0)