diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 4f9387c661344c02cb4558654a318c0be22ad983..3ac128b7662a3f1067c6b152903af12436a21714 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -3,6 +3,8 @@ on:
   push:
     branches:
       - $default-branch
+  schedule:
+    - cron: 2 4 10 * *
 jobs:
   build:
     runs-on: ubuntu-latest