fix: branch name in workflow

This commit is contained in:
Cory Dransfeldt 2023-04-06 11:34:06 -07:00
parent df29f4cf6d
commit 63b750a79d
No known key found for this signature in database

View file

@ -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: