Update update-instances.yml

This commit is contained in:
Matthew Esposito 2024-01-17 10:34:06 -05:00
parent f22f5ba44b
commit bb91b5ca61
No known key found for this signature in database

View File

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