diff options
-rw-r--r-- | .github/workflows/c-cpp.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e92bfbc..4c36c6b 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -5,6 +5,9 @@ on: branches: [ master ] pull_request: branches: [ master ] + schedule: + # Run CI nightly (midnight) + - cron: "0 0 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: |