Add workflow dispatch option to scraper

This commit is contained in:
Jackson Kearl 2021-12-14 16:45:02 -08:00
parent 2941c625a4
commit 921fad0d62
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -2,6 +2,7 @@ name: "Deep Classifier: Scraper"
on:
schedule:
- cron: 0 0 15 * * # 15th of the month
workflow_dispatch:
repository_dispatch:
types: [trigger-deep-classifier-scraper]