ci: add workflow_dispatch

This commit is contained in:
Shohei Ueda 2020-07-17 15:50:48 +09:00 committed by GitHub
parent da2d5466d3
commit 1eeaa0edab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Daily Test
on: on:
schedule: schedule:
- cron: '13 13 * * *' - cron: '13 13 * * *'
workflow_dispatch:
jobs: jobs:
test: test: