Răsfoiți Sursa

ci: update sync zed

Aiden Cline 9 luni în urmă
părinte
comite
6e5971dff2
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  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:
+  workflow_dispatch:
   push:
     tags:
-      - "v*"
+      - "v[0-9]+.*"
 
 jobs:
   zed: