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
|
name: Update json and markdown
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- "instances.txt"
|
- "instances.txt"
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
workflow_dispatch: # run on manual trigger
|
workflow_dispatch: # run on manual trigger
|
||||||
schedule: [{cron: "0 0 */2 * *"}] # Run every other day
|
schedule: [{cron: "0 0 */2 * *"}] # Run every other day
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user