From b6b75b73bb68f14e4c0dfee3f8fbaf4c4f83b190 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Fri, 2 Feb 2024 16:23:32 -0500 Subject: [PATCH] schedule since otherwise only does this after each release --- .github/workflows/cimg.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cimg.yml b/.github/workflows/cimg.yml index 26abd5e..90817df 100644 --- a/.github/workflows/cimg.yml +++ b/.github/workflows/cimg.yml @@ -1,5 +1,7 @@ name: Update CImg on: + schedule: + - cron: 0 0 3 * * # The first day after this workflow was merged release: types: [published] workflow_dispatch: