From d38626e0d8b29752116c2b3d8bbd192786be0ad3 Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Tue, 19 Dec 2023 16:17:16 -0600 Subject: [PATCH] Add v8.x to build --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e29dfda20..ce3a58ddb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: main on: push: - branches: [ main, v7.x ] + branches: [ main, v7.x, v8.x ] pull_request: - branches: [ main, v7.x ] + branches: [ main, v7.x, v8.x ] jobs: