diff options
author | kokke <spam@rowdy.dk> | 2024-10-04 11:45:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 11:45:23 +0200 |
commit | 23856752fbd139da0b8ca6e471a13d5bcc99a08d (patch) | |
tree | dca925125b514d6e95efe83103f5253190c53e26 /.github/workflows | |
parent | Update CI status badge (diff) | |
download | tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar.gz tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar.bz2 tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar.lz tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar.xz tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.tar.zst tiny-AES-c-23856752fbd139da0b8ca6e471a13d5bcc99a08d.zip |
Diffstat (limited to '.github/workflows')
-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: |