diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3763ce67..f98fe098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: Invidious CI on: + schedule: + - cron: "0 0 * * *" # Every day at 00:00 push: branches: - "master"