feature: add manual trigger
This commit is contained in:
parent
2a3287e857
commit
f10641c669
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -3,6 +3,7 @@ name: "Genshin Impact Helper"
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 22 * * *" # scheduled at 06:00 (UTC+8) everyday
|
- cron: "0 22 * * *" # scheduled at 06:00 (UTC+8) everyday
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user