diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-02 16:10:20 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-05-02 16:10:20 +0200 |
commit | 95d98b57ec2b35f6e10ef3cd100b6287a9031d38 (patch) | |
tree | f819ec0852a25159181dbbcd23155d0cea56f705 /.github | |
parent | adf743b1412d592c7c199de53422ef7ee122f3ee (diff) | |
download | nextcloud-server-95d98b57ec2b35f6e10ef3cd100b6287a9031d38.tar.gz nextcloud-server-95d98b57ec2b35f6e10ef3cd100b6287a9031d38.zip |
Run 32bit CI on workflow modifications and new releases
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |