From 10b20c9d97606801d8e38ea652b01ab0af92f880 Mon Sep 17 00:00:00 2001 From: rotimi Date: Sat, 11 May 2024 02:52:30 -0600 Subject: [PATCH] Github action tweak --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index fde6d7f..73cca69 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: [ 5.x ] pull_request: - branches: [ master ] + branches: [ 5.x ] schedule: # Also run every Sunday at midnight - cron: '0 0 * * 0'