mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
add dispatching of workflows
This commit is contained in:
parent
3d081cea99
commit
f0ce4fe1dc
2 changed files with 2 additions and 0 deletions
1
.github/workflows/make_files_tree.yml
vendored
1
.github/workflows/make_files_tree.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Fetch new content of tracked links and files
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
push:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
name: Generate or update list of tracked links
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue