1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-05-10 06:19:33 +00:00

Run pipeline on PRs too

This commit is contained in:
Jan Wagner 2024-12-10 15:15:13 +01:00
parent aeea888ef9
commit 38b9fc3721
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

@ -6,6 +6,8 @@ on:
branches:
- master
- version-*
# Run tests for any PRs
pull_request:
schedule:
# Build the image regularly (each Friday)
- cron: '23 04 * * 5'