summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/sync-zed-extension.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml
index d0856cd3b..e15942ac3 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: