Skip to content

Commit 9f790b1

Browse files
authored
Update action.yml
1 parent de5ccdb commit 9f790b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Check Markdown links
33
on:
44
push:
55
branches:
6-
- main
7-
# schedule:
8-
# # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
9-
# - cron: "0 9 * * *"
6+
- master
7+
pull_request:
8+
branches:
9+
- master
1010

1111
jobs:
1212
markdown-link-check:
@@ -18,4 +18,4 @@ jobs:
1818
use-quiet-mode: 'no'
1919
use-verbose-mode: 'yes'
2020
config-file: '.mlc_config.json'
21-
file-path: './README.md'
21+
file-path: './README.md'

0 commit comments

Comments
 (0)