diff options
| author | Dax Raad <[email protected]> | 2025-12-09 20:58:01 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 20:58:01 -0500 |
| commit | e7e32c946b8204a42322db5e9121033952001db6 (patch) | |
| tree | 56c1b0e815a4d4ace0315a970c179d4f60ec9537 /.github/workflows | |
| parent | fc9bc26d86f9ba7c242425a10253d961f48aa064 (diff) | |
| download | opencode-e7e32c946b8204a42322db5e9121033952001db6.tar.gz opencode-e7e32c946b8204a42322db5e9121033952001db6.zip | |
ci
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 145b5d28d..f780724b7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -87,7 +87,7 @@ jobs: NPM_CONFIG_PROVENANCE: false publish-tauri: - if: github.repository == 'sst/opencode' && github.ref == 'refs/heads/dev' + if: github.repository == 'sst/opencode' && github.ref == 'refs/heads/DISABLED' continue-on-error: true strategy: fail-fast: false |
