diff options
| author | Aiden Cline <[email protected]> | 2025-12-26 12:24:14 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-26 12:24:14 -0600 |
| commit | 61ddd1716d86b0be060b70c5333ca32909c5e922 (patch) | |
| tree | bce41fdc13e964ed3256f482232583d7f8c7f2d8 /.github | |
| parent | 053a10e5155bb6a18765aceddc70599a6359e6c1 (diff) | |
| download | opencode-61ddd1716d86b0be060b70c5333ca32909c5e922.tar.gz opencode-61ddd1716d86b0be060b70c5333ca32909c5e922.zip | |
ci: re-enable sync zed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/sync-zed-extension.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/sync-zed-extension.yml b/.github/workflows/sync-zed-extension.yml index 047cf0016..9e647b8d9 100644 --- a/.github/workflows/sync-zed-extension.yml +++ b/.github/workflows/sync-zed-extension.yml @@ -2,8 +2,8 @@ name: "sync-zed-extension" on: workflow_dispatch: - # release: - # types: [published] + release: + types: [published] jobs: zed: |
