From 30acb266ccc7fbe28cd6bdaba6fe28c2e9041d01 Mon Sep 17 00:00:00 2001 From: Sebastien Valette Date: Mon, 22 Sep 2025 10:58:33 +0200 Subject: [PATCH] CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabdb21..167fbf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: push: branches: - master + schedule: + # every two months" + - cron: '0 0 1 */2 *' jobs: build_and_test: