diff options
| author | Brendan Allan <[email protected]> | 2026-03-04 22:21:56 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-03-04 22:21:56 +0800 |
| commit | faf501200e1beeb93145a9dbe7fc3df90f5f1c38 (patch) | |
| tree | 52dd5069891e640bbc1f43412857b50a078eadf5 /.github | |
| parent | e3267413c262004bf76b573755f1de44a692a970 (diff) | |
| download | opencode-faf501200e1beeb93145a9dbe7fc3df90f5f1c38.tar.gz opencode-faf501200e1beeb93145a9dbe7fc3df90f5f1c38.zip | |
ci: only publish electron on beta
Diffstat (limited to '.github')
| -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 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 |
