summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2024-10-04 11:45:23 +0200
committerGitHub <noreply@github.com>2024-10-04 11:45:23 +0200
commit23856752fbd139da0b8ca6e471a13d5bcc99a08d (patch)
treedca925125b514d6e95efe83103f5253190c53e26
parentUpdate CI status badge (diff)
downloadtiny-AES-c-master.tar
tiny-AES-c-master.tar.gz
tiny-AES-c-master.tar.bz2
tiny-AES-c-master.tar.lz
tiny-AES-c-master.tar.xz
tiny-AES-c-master.tar.zst
tiny-AES-c-master.zip
Diffstat (limited to '')
-rw-r--r--.github/workflows/c-cpp.yml3
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: