feat: add manual trigger for action
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# https://crontab.guru/every-day-8am
|
# https://crontab.guru/every-day-8am
|
||||||
- cron: 0 8 * * *
|
- cron: 0 8 * * *
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pull-request:
|
pull-request:
|
||||||
|
Reference in New Issue
Block a user