mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
WIP fix workflow run
This commit is contained in:
2
.github/workflows/bun.yml
vendored
2
.github/workflows/bun.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
name: release
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 90
|
||||
if: github.ref_name == 'main'
|
||||
if: github.ref == 'main'
|
||||
needs:
|
||||
- linux-x64
|
||||
- linux-aarch64
|
||||
|
||||
Reference in New Issue
Block a user