diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e76513..fc7dc2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI on: + schedule: + # twice a week, on sundays, fridays at 8:00am UTC + - cron: "0 8 * * 0,5" push: branches: [ master ] pull_request: