From 83345e004b884daf40761857e97b586bcef16162 Mon Sep 17 00:00:00 2001 From: Xon <635541+Xon@users.noreply.github.com> Date: Tue, 10 Mar 2026 19:50:26 +0800 Subject: [PATCH] patch deployment to get the original v11.2.0 deployed --- .github/workflows/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 74638e26..9b98e528 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -1,6 +1,8 @@ name: Publish to npm on: + push: + branches: [deploy-v1.2.0] release: types: [published]