summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-03-04 22:21:56 +0800
committerBrendan Allan <[email protected]>2026-03-04 22:21:56 +0800
commitfaf501200e1beeb93145a9dbe7fc3df90f5f1c38 (patch)
tree52dd5069891e640bbc1f43412857b50a078eadf5 /.github
parente3267413c262004bf76b573755f1de44a692a970 (diff)
downloadopencode-faf501200e1beeb93145a9dbe7fc3df90f5f1c38.tar.gz
opencode-faf501200e1beeb93145a9dbe7fc3df90f5f1c38.zip
ci: only publish electron on beta
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index f3227d092..b45e58a6b 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -264,6 +264,7 @@ jobs:
target: aarch64-unknown-linux-gnu
platform_flag: --linux
runs-on: ${{ matrix.settings.host }}
+ if: github.ref_name == 'beta'
steps:
- uses: actions/checkout@v3