mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2024-11-21 22:15:42 +01:00
CI: auto-refresh the images every 7 days ...
... a manual trigger is added as well, just in case
This commit is contained in:
parent
01d6fed126
commit
7e6b2ed26b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: 'Yuzu Docker Image CI'
|
name: 'Yuzu Docker Image CI'
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs: {}
|
||||||
|
schedule:
|
||||||
|
- cron: '0 7 * * 0'
|
||||||
push:
|
push:
|
||||||
branches: ["master"]
|
branches: ["master"]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Loading…
Reference in New Issue
Block a user