diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a7bdb0a..f75e5d7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,7 +1,6 @@ on: - push: - branches: - - feature/auto-update-data + schedule: + - cron: '0 0 * * *' jobs: deploy: