add dispatching of workflows

This commit is contained in:
Il'ya (Marshal) 2022-06-09 14:02:22 +02:00
parent 3d081cea99
commit f0ce4fe1dc
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: Fetch new content of tracked links and files name: Fetch new content of tracked links and files
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '* * * * *' - cron: '* * * * *'
push: push:

View file

@ -1,6 +1,7 @@
name: Generate or update list of tracked links name: Generate or update list of tracked links
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '* * * * *' - cron: '* * * * *'
push: push: