Add workflow_dispatch
This commit is contained in:
1
.github/workflows/depup.yml
vendored
1
.github/workflows/depup.yml
vendored
@@ -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:
|
||||||
- '**'
|
- '**'
|
||||||
|
|||||||
Reference in New Issue
Block a user