feat: add manual trigger for action

This commit is contained in:
losuler
2022-05-08 01:06:35 +10:00
parent a0930b23ed
commit 016cf7ff02

View File

@ -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: