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

View File

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