mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
fix workflow trigger
This commit is contained in:
parent
e55ff9fdbc
commit
4a69b5f141
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name: Generate or update list of tracked links
|
|||
on:
|
||||
schedule:
|
||||
- cron: '* * * * *'
|
||||
push:
|
||||
# trigger on updated link crawler rules
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
make_tracked_links_file:
|
||||
|
|
Loading…
Add table
Reference in a new issue