mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Run 32bit CI on workflow modifications and new releases
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
adf743b141
commit
95d98b57ec
1 changed files with 4 additions and 0 deletions
4
.github/workflows/phpunit-32bits.yml
vendored
4
.github/workflows/phpunit-32bits.yml
vendored
|
|
@ -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…
Reference in a new issue