Skip to content

Commit fd44db1

Browse files
author
Bensingh Pancras
committed
Action will now trigger on push
1 parent 5ade62c commit fd44db1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Check Markdown links
22

3-
on: [push, pull_request]
4-
schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
3+
on:
4+
push:
5+
schedule:
6+
- cron "0 9 * * 1" #Run the action every Monday at 9 am.
57

68
jobs:
79
markdown-link-check:

0 commit comments

Comments
 (0)