From 02db20d98b888da84479f995a49357676d11d9ee Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 17 Feb 2024 03:46:11 +0100 Subject: [PATCH] Enable to release on v8 branch --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2d8b5d6..4398083e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,7 @@ on: - v5 - v6 - v7 + - v8 pull_request: branches: - main