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
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
1 changed files with
4 additions and
0 deletions
-
.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" |
|
|
|
|