From 4e85bc4479db8eebb229ef00dcf9464c67b88927 Mon Sep 17 00:00:00 2001 From: rotimi Date: Sat, 11 May 2024 01:57:42 -0600 Subject: [PATCH] Github action tweak --- .github/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ef259bf..a230a89 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: Run PHP Tests and Code Quality Tools on: push: - branches: [ master ] + branches: [ 2.x ] pull_request: - branches: [ master ] + branches: [ 2.x ] schedule: # Also run every Sunday at midnight - cron: '0 0 * * 0' @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2