From 4e0e88d1ba3520d6c1b3c56f7a1f986f75b7eabe Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Tue, 7 Nov 2023 14:06:54 +0100 Subject: [PATCH] ci: run tests on 10.x branch --- .github/workflows/PHPUnit-CodeStyle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/PHPUnit-CodeStyle.yml b/.github/workflows/PHPUnit-CodeStyle.yml index 586f9c4..a13d8b6 100644 --- a/.github/workflows/PHPUnit-CodeStyle.yml +++ b/.github/workflows/PHPUnit-CodeStyle.yml @@ -5,6 +5,7 @@ on: push: branches: - '9.**' + - '10.x' pull_request: types: [opened, reopened] jobs: