We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ade62c commit fd44db1Copy full SHA for fd44db1
.github/workflows/action.yml
@@ -1,7 +1,9 @@
1
name: Check Markdown links
2
3
-on: [push, pull_request]
4
- schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
+on:
+ push:
5
+ schedule:
6
+ - cron "0 9 * * 1" #Run the action every Monday at 9 am.
7
8
jobs:
9
markdown-link-check:
0 commit comments