Add workflow_dispatch

This commit is contained in:
haya14busa
2021-02-14 01:15:02 +09:00
committed by GitHub
parent 5d9f2923de
commit 9395ebaa0b

View File

@@ -2,6 +2,7 @@ name: depup
on: on:
schedule: schedule:
- cron: '14 14 * * *' - cron: '14 14 * * *'
 workflow_dispatch:
push: # for testing push: # for testing
branches: branches:
- '**' - '**'