From cadabb78de2590e82fbacbb01351acf60ab26042 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Thu, 20 Jun 2024 17:03:24 +0200 Subject: [PATCH] Run CI on 3.X and 4.X branch --- .github/workflows/php-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php-package.yml b/.github/workflows/php-package.yml index ea1b48bb..4f12009f 100644 --- a/.github/workflows/php-package.yml +++ b/.github/workflows/php-package.yml @@ -5,9 +5,9 @@ name: php-saml package on: push: - branches: [ master, 2.* ] + branches: [ master, 3.*, 4.* ] pull_request: - branches: [ master, 2.* ] + branches: [ master, 3.*, 4.* ] jobs: test: