From 6e5971dff22490713e89b1e69e6078ab0fc158de Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Sun, 9 Nov 2025 00:01:13 -0600 Subject: [PATCH] ci: update sync zed --- .github/workflows/sync-zed-extension.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml index d0856cd3..e15942ac 100644 --- a/.github/workflows/sync-zed-extension.yml +++ b/.github/workflows/sync-zed-extension.yml @@ -1,7 +1,10 @@ +name: "sync-zed-extension" + on: + workflow_dispatch: push: tags: - - "v*" + - "v[0-9]+.*" jobs: zed: