diff options
| author | Dax Raad <[email protected]> | 2025-12-12 18:15:31 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-12 18:15:31 -0500 |
| commit | a4ffa869cc56300f2e2f98602b00336c16fb322c (patch) | |
| tree | ce6b71c67ecc5b4bdee1e3cf29455e2b250c77e7 /.github/workflows | |
| parent | 3c3a0f8afbc1325ab53985995826f5ccf6c80737 (diff) | |
| download | opencode-a4ffa869cc56300f2e2f98602b00336c16fb322c.tar.gz opencode-a4ffa869cc56300f2e2f98602b00336c16fb322c.zip | |
fix
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 add68dc62..96b9280fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ permissions: jobs: publish: runs-on: blacksmith-4vcpu-ubuntu-2404 - if: github.repository == 'sst/opencode' && github.ref == 'refs/heads/dev' + if: github.repository == 'sst/opencode' steps: - uses: actions/checkout@v3 with: |
