Skip to content

Commit 0873ef9

Browse files
committed
feat: enable manual triggering of the scrape workflow
1 parent 55894b4 commit 0873ef9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/scrape.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '0 * * * *'
66
repository_dispatch:
77
types: [trigger]
8+
workflow_dispatch:
89

910
env:
1011
NODE_ENV: production

0 commit comments

Comments
 (0)