diff options
| author | Aiden Cline <[email protected]> | 2025-11-09 00:01:13 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-09 00:01:13 -0600 |
| commit | 6e5971dff22490713e89b1e69e6078ab0fc158de (patch) | |
| tree | 4f5bd8ab99bffd90d048b05bc46de11903508355 /.github | |
| parent | d48d6b357712ae9fa5bd84d7a843da4d2db45247 (diff) | |
| download | opencode-6e5971dff22490713e89b1e69e6078ab0fc158de.tar.gz opencode-6e5971dff22490713e89b1e69e6078ab0fc158de.zip | |
ci: update sync zed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sync-zed-extension.yml | 5 |
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: |
