aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-26 03:21:17 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-26 03:21:17 -0800
commitb08d5267cbba26848deccc660ded1e44a515f27c (patch)
tree6017ce36b2465568c177bbbe999f0c4f7634d6ad
parent1ce37acde62eaade12ecad0e510cece72f83dd81 (diff)
downloadbun-b08d5267cbba26848deccc660ded1e44a515f27c.tar.gz
bun-b08d5267cbba26848deccc660ded1e44a515f27c.tar.zst
bun-b08d5267cbba26848deccc660ded1e44a515f27c.zip
Update bun-framework-next.yml
-rw-r--r--.github/workflows/bun-framework-next.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/bun-framework-next.yml b/.github/workflows/bun-framework-next.yml
index 17c46e74a..e871c2c31 100644
--- a/.github/workflows/bun-framework-next.yml
+++ b/.github/workflows/bun-framework-next.yml
@@ -1,8 +1,12 @@
-name: CI workflow for bun-framework-next
+name: bun-framework-next
on:
push:
+ paths:
+ - packages/bun-framework-next/**/*
branches: [main, bun-framework-next-actions]
pull_request:
+ paths:
+ - packages/bun-framework-next/**/*
branches: [main]
jobs: