Run 32bit CI on workflow modifications and new releases

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2023-05-02 16:10:20 +02:00
parent adf743b141
commit 95d98b57ec
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

@ -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"