CI: auto-refresh the images every 7 days ...

... a manual trigger is added as well, just in case
This commit is contained in:
liushuyu 2021-12-23 00:09:58 -07:00
parent 01d6fed126
commit 7e6b2ed26b
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -1,5 +1,9 @@
name: 'Yuzu Docker Image CI'
on:
workflow_dispatch:
inputs: {}
schedule:
- cron: '0 7 * * 0'
push:
branches: ["master"]
pull_request: