feat(ci/cd): add scheduled Docker builds

This commit is contained in:
Alex Wellnitz 2024-09-21 09:52:23 +02:00
parent 4344f7fe3d
commit e9ae53d5a5

View File

@ -5,6 +5,9 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "5 4 * * *"
jobs:
build: