Skip to content

Commit 11b64fd

Browse files
committed
Fix push branch
1 parent 3422216 commit 11b64fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Markdown links
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
schedule:
88
# Run every Tuesday at 3:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
99
- cron: "0 3 * * 2"

0 commit comments

Comments
 (0)