1
0
Fork 0

CI: refresh the image each week

This commit is contained in:
liushuyu 2021-12-04 01:34:36 -07:00
parent 28d9e2974c
commit 0c5f52a442
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ on:
tags: [ "*" ]
pull_request:
branches: [ master ]
workflow_dispatch:
inputs:
schedule:
- cron: '0 7 * * 0'
jobs:
build: