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 b6c5447 commit 5ade62cCopy full SHA for 5ade62c
.github/workflows/action.yml
@@ -1,8 +1,6 @@
1
name: Check Markdown links
2
3
-on:
4
- push:
5
- branches: *
+on: [push, pull_request]
6
schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
7
8
jobs:
0 commit comments