From ca84e9efecb9f40500b7f483eeacb99a4504f318 Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Wed, 29 Jan 2025 10:25:44 +0600 Subject: [PATCH] Update php-version-installation-pipeline.yml --- .github/workflows/php-version-installation-pipeline.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-version-installation-pipeline.yml b/.github/workflows/php-version-installation-pipeline.yml index 0f2ab02..a0f9828 100644 --- a/.github/workflows/php-version-installation-pipeline.yml +++ b/.github/workflows/php-version-installation-pipeline.yml @@ -3,11 +3,12 @@ name: Check Composer Compatibility for PHP 8.0, 8.1, 8.2, 8.3, 8.4 on: push: branches: - - php_version + - master + - dev pull_request: branches: - - php_version - + - master + - dev jobs: check-php-versions: runs-on: ubuntu-latest