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'