diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8cf72fc..49f1c49 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - master + schedule: + - cron: '0 2 * * *' # Runs every day at 2am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule jobs: Setup-and-Test: