From 862458bb7c89d5b91048b825af64160ab82fd9d8 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:41:13 +0700 Subject: [PATCH] ci: allow registry updates to trigger deploy --- .github/workflows/update-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-registry.yml b/.github/workflows/update-registry.yml index bf54df6..3badb12 100644 --- a/.github/workflows/update-registry.yml +++ b/.github/workflows/update-registry.yml @@ -39,5 +39,5 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add public/plugins.json - git commit -m "chore(registry): update plugins.json [skip ci]" + git commit -m "chore(registry): update plugins.json" git push