mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[wip] GitHub action fix
This commit is contained in:
2
.github/workflows/bun.yml
vendored
2
.github/workflows/bun.yml
vendored
@@ -156,7 +156,7 @@ jobs:
|
||||
name: release
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 90
|
||||
if: github.event_name == 'push'
|
||||
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || (github.event_name == 'pull_request' && github.event.pull_request.merged) }}
|
||||
needs:
|
||||
- linux-x64
|
||||
- linux-aarch64
|
||||
|
||||
Reference in New Issue
Block a user