mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-05 09:36:15 +00:00
Compare commits
3 Commits
45f6866a82
...
ffe8f3e624
Author | SHA1 | Date | |
---|---|---|---|
ffe8f3e624 | |||
3451a6219a | |||
38b9fc3721 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -6,6 +6,8 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- version-*
|
- version-*
|
||||||
|
# Run tests for any PRs
|
||||||
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
# Build the image regularly (each Friday)
|
# Build the image regularly (each Friday)
|
||||||
- cron: '23 04 * * 5'
|
- cron: '23 04 * * 5'
|
||||||
|
@ -34,4 +34,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run processes
|
# Run processes
|
||||||
exec /bin/s6-svscan /etc/s6.d
|
exec /usr/bin/s6-svscan /etc/s6.d
|
||||||
|
Reference in New Issue
Block a user