Skip to content

Commit 8a7936e

Browse files
authored
Update action.yml
run on pr
1 parent 7b3661c commit 8a7936e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
push:
55
branches:
66
- master
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 * * *"
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)