diff options
| author | Frank <[email protected]> | 2025-07-20 11:45:35 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-20 11:45:35 -0400 |
| commit | 7b63db6a13fb6ffaea827ec4b374b3d2f4408977 (patch) | |
| tree | 2af6dbc55025db1031e0400b26f4f66ddd51ea99 /.github/workflows/publish.yml | |
| parent | 0e1565449e4d89c0d7780436b2dd1d777e8447ba (diff) | |
| download | opencode-7b63db6a13fb6ffaea827ec4b374b3d2f4408977.tar.gz opencode-7b63db6a13fb6ffaea827ec4b374b3d2f4408977.zip | |
wip: vscode extension
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1537bc4cc..c750c47db 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,9 @@ on: branches: - dev tags: - - "v*.*.*" + - "*" + - "!vscode-v*" + - "!github-v*" concurrency: ${{ github.workflow }}-${{ github.ref }} |
