ci: versionlist support and manual running

This commit is contained in:
/home/neo
2026-04-24 17:02:57 +03:00
committed by GitHub
parent a46b10ce5c
commit e5feed4afd

View File

@@ -1,5 +1,6 @@
name: Generate Registry
on:
workflow_dispatch:
push:
branches: [main]
paths:
@@ -28,6 +29,6 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add registry.json
git diff --cached --quiet || git commit -m "chore: regenerate registry.json"
git add registry.json versions.json
git diff --cached --quiet || git commit -m "chore: regenerate registry.json and versions.json"
git push