Parcourir la source

ci: update sync zed

Aiden Cline il y a 3 mois
Parent
commit
6e5971dff2
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      .github/workflows/sync-zed-extension.yml

+ 4 - 1
.github/workflows/sync-zed-extension.yml

@@ -1,7 +1,10 @@
+name: "sync-zed-extension"
+
 on:
 on:
+  workflow_dispatch:
   push:
   push:
     tags:
     tags:
-      - "v*"
+      - "v[0-9]+.*"
 
 
 jobs:
 jobs:
   zed:
   zed: