We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbbeaa commit 85e3749Copy full SHA for 85e3749
1 file changed
.github/workflows/links.yml
@@ -2,9 +2,9 @@ name: Check links
2
3
on:
4
push:
5
- branches: [main]
+ branches: [master]
6
pull_request:
7
8
schedule:
9
- cron: '0 6 * * 1' # Weekly on Mondays at 06:00 UTC
10
workflow_dispatch: # Lets you run it manually from the Actions tab
0 commit comments