diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:51:25 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:51:25 -0500 |
| commit | 2ed629858420ec6feeecb7817567171711e0ec78 (patch) | |
| tree | e8133b71ced77c8e566169865fe2dbe4a75f44f8 /.github/workflows | |
| parent | 52ef8dea3edd0d738b67048c5247d4655946ab5c (diff) | |
| download | opencode-2ed629858420ec6feeecb7817567171711e0ec78.tar.gz opencode-2ed629858420ec6feeecb7817567171711e0ec78.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65eeb5c73..aa140461d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -91,6 +91,7 @@ jobs: NPM_CONFIG_PROVENANCE: false publish-tauri: + if: github.repository == 'sst/opencode' && github.ref == 'refs/heads/dev' continue-on-error: true strategy: fail-fast: false |
