From 2d3f2f3b8cf9f3afcfadabd3033b465b9de2b3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Thu, 13 Feb 2025 15:50:09 +0100 Subject: [PATCH] Enable CI for the v4.1.x release branch --- .github/workflows/test-make.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-make.yaml b/.github/workflows/test-make.yaml index fb043c613e01..c3253b561acc 100644 --- a/.github/workflows/test-make.yaml +++ b/.github/workflows/test-make.yaml @@ -3,6 +3,7 @@ on: push: branches: - main + - v4.1.x paths: - deps/** - scripts/**