From 893bb9ca815c7190c6cf0a59b1c9e7ca84f80cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sun, 23 Mar 2025 10:19:11 +0100 Subject: [PATCH] Run CI on every commit for consistency with 4.0.x --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3de68571..a15fdbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: CI on: - schedule: - - cron: '30 10 * * *' + push: + branches: + - 'main' concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: