diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 81a863a..e1cddfc 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,9 +5,11 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + schedule: + - cron: "0 0 * * *" permissions: - contents: write # Explicitly grant write permissions + contents: write jobs: build: