Browse Source

Run 32bit CI on workflow modifications and new releases

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/38024/head
Côme Chilliet 3 years ago
parent
commit
95d98b57ec
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 4
      .github/workflows/phpunit-32bits.yml

4
.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"

Loading…
Cancel
Save