mirror of https://github.com/snachodog/mybuddy.git
Add workflow dispatch option to demo reset
This commit is contained in:
parent
7c75036220
commit
a34f6b577d
|
@ -2,6 +2,7 @@ name: Demo reset
|
|||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
reset:
|
||||
name: Reset
|
||||
|
|
Loading…
Reference in New Issue