From acea720af6d22ba8e752b7a3a4c73c146e3c9876 Mon Sep 17 00:00:00 2001 From: Patrik Foldes Date: Thu, 7 Nov 2024 16:06:47 +0300 Subject: [PATCH] run tests on 3x branchj --- .github/workflows/phpunit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 1254855..ce028b3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -4,6 +4,7 @@ on: push: branches: - "master" + - "3.x" jobs: phpunit: name: "PHPUnit tests"