From 5fa8774d361e622156c24e74a97485675d224593 Mon Sep 17 00:00:00 2001 From: rotexdegba Date: Fri, 7 Jun 2024 17:01:59 -0600 Subject: [PATCH] Updated the logic for calculating number of deleted records in Model->deleteMatchingDbTableRows(array $cols_n_vals): int --- .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 a496905..fa4fe22 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: [ 4.0.x ] pull_request: - branches: [ master ] + branches: [ 4.0.x ] schedule: # Also run every Sunday at midnight - cron: '0 0 * * 0'