We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05dc2a commit c0e06e9Copy full SHA for c0e06e9
.github/workflows/markdowncheck.yml
@@ -1,9 +1,6 @@
1
name: Check Markdown links
2
3
on:
4
- push:
5
- paths:
6
- - '**.md' # only run when there are changes to markdown files in a push to any branch
7
schedule:
8
- cron: "0 9 * * 1-5" # run once a day, M-F
9
workflow_dispatch:
0 commit comments