fix workflow trigger

This commit is contained in:
Il'ya (Marshal) 2021-05-01 15:14:59 +02:00
parent e55ff9fdbc
commit 4a69b5f141

View file

@ -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: