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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 13 * * 6'
|
- cron: '0 13 * * 6'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Reference in a new issue