build new image at 4am only on Saturdays

This commit is contained in:
Anders Rytter Hansen 2023-09-06 19:07:55 +02:00
commit 97412c36a4

View file

@ -7,7 +7,7 @@ name: Docker
on:
schedule:
- cron: '0 4 * * *' # 4 am everyday
- cron: '0 4 * * 6' # 4 am on Saturdays
push:
branches: [ "main", "testing", "testing-gpuscreenrecorder","testing-tags" ]
# Publish semver tags as releases.