We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ef79d commit cb06c44Copy full SHA for cb06c44
1 file changed
.github/workflows/test.yaml
@@ -56,8 +56,7 @@ jobs:
56
57
test-bun-main:
58
name: test (bun, ubuntu-latest)
59
- # TODO: Uncomment before merging so this runs only on push/main.
60
- # if: github.event_name == 'push'
+ if: github.event_name == 'push'
61
runs-on: ubuntu-latest
62
63
steps:
0 commit comments