From eb488afc75057a79bae19d4e8cc223f2e46060eb Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Wed, 21 Aug 2024 14:58:42 +0200 Subject: [PATCH] adjust CI config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a759d8c..fd93709 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - '2.x' + - '2.next' pull_request: branches: - '*'