Update github workflow

This commit is contained in:
Hadley Wickham 2021-12-01 07:40:54 -06:00
parent ed7b944dd6
commit e80ed2d577
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
schedule: schedule:
# run every day at 11 PM # run every day at 11 PM
- cron: '0 23 * * *' - cron: '0 23 * * *'