From 95d98b57ec2b35f6e10ef3cd100b6287a9031d38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Tue, 2 May 2023 16:10:20 +0200 Subject: [PATCH] Run 32bit CI on workflow modifications and new releases MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-32bits.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 100c95bd210..ef81b2226e6 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -1,6 +1,10 @@ name: PHPUnit 32bits on: + pull_request: + paths: + - 'version.php' + - '.github/workflows/phpunit-32bits.yml' workflow_dispatch: schedule: - cron: "15 1 * * 1-6" -- 2.39.5