Skip to content

Commit a5791f2

Browse files
committed
Add workflow_dispatch to data
1 parent 27b745c commit a5791f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
deploy:

.github/workflows/data.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
# “At 12:00 in every month from July through October.”
77
# https://crontab.guru/#0_12_*_7-9_*
88
- cron: "0 */4 * 7-9 *"
9+
workflow_dispatch:
910

1011
jobs:
1112
scrape:

0 commit comments

Comments
 (0)