aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/bun-framework-next.yml (renamed from .github/bun-framework-next.yml)7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/bun-framework-next.yml b/.github/workflows/bun-framework-next.yml
index 63a5114b4..f29a4fd0c 100644
--- a/.github/bun-framework-next.yml
+++ b/.github/workflows/bun-framework-next.yml
@@ -1,5 +1,10 @@
name: CI workflow for bun-framework-next
-on: [push]
+on:
+ push:
+ branches: [main, bun-framework-next-actions]
+ pull_request:
+ branches: [main]
+
jobs:
build:
name: lint, test and build on Node ${{ matrix.node }} and ${{ matrix.os }}