3 Commits

Author SHA1 Message Date
ffe8f3e624 Merge 38b9fc3721 into 3451a6219a 2024-12-13 15:39:37 +01:00
3451a6219a fix: wrong path because of usr-merge 2024-12-13 15:10:06 +01:00
38b9fc3721 Run pipeline on PRs too 2024-12-10 15:15:13 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -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'

View File

@ -34,4 +34,4 @@ else
fi
# Run processes
exec /bin/s6-svscan /etc/s6.d
exec /usr/bin/s6-svscan /etc/s6.d