no log: Enabled workflow_dispatch on Schedule Trigger job

This commit is contained in:
Liang Yi 2021-03-29 14:55:08 +08:00 committed by LASER-Yi
parent 1613501ea4
commit 291b0a2b25
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Schedule Trigger
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
Release-Nightly: