From d8f99dc385dec0c5b0dcc99a173c8f112feb926d Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Mon, 25 Nov 2024 11:49:36 +0000 Subject: [PATCH] Update CI to run on 3.x --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeb18be5..840909e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,11 @@ on: push: branches: - main + - 3.x pull_request: branches: - main + - 3.x jobs: lint-test: