fix: branch name in workflow
This commit is contained in:
parent
df29f4cf6d
commit
63b750a79d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: Scheduled broken link check
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 13 * * 6'
|
||||
jobs:
|
||||
|
|
Reference in a new issue