diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2022-12-30 11:32:09 +0100 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2022-12-30 11:32:09 +0100 |
commit | 243da5137c6d21b7b246f884fb07e1f0625f2673 (patch) | |
tree | 7eb7b063ed4c5459129e8584d2e216a2aa90872f | |
parent | bf5aff484146ffda3944088c48323ad9272b91fb (diff) | |
download | sqlparse-243da5137c6d21b7b246f884fb07e1f0625f2673.tar.gz |
Setup a nightly build, even without changes in the module itself.
-rw-r--r-- | .github/workflows/python-app.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 2e07ee1..1a173f8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -8,6 +8,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + cron: '0 12 * * *' jobs: build: |