Skip to content

Commit cb06c44

Browse files
committed
ci: run Bun tests only on main
1 parent 71ef79d commit cb06c44

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656

5757
test-bun-main:
5858
name: test (bun, ubuntu-latest)
59-
# TODO: Uncomment before merging so this runs only on push/main.
60-
# if: github.event_name == 'push'
59+
if: github.event_name == 'push'
6160
runs-on: ubuntu-latest
6261

6362
steps:

0 commit comments

Comments
 (0)