mirror of
https://github.com/redlib-org/redlib-instances.git
synced 2024-11-13 18:06:15 -05:00
Update update-instances.yml
This commit is contained in:
parent
f22f5ba44b
commit
bb91b5ca61
5
.github/workflows/update-instances.yml
vendored
5
.github/workflows/update-instances.yml
vendored
@ -1,11 +1,14 @@
|
||||
name: Update json and markdown
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "instances.txt"
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
workflow_dispatch: # run on manual trigger
|
||||
schedule: [{cron: "0 0 */2 * *"}] # Run every other day
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user