mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 23:56:27 +00:00
Run pipeline on PRs too
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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'
|
||||
|
Reference in New Issue
Block a user