diff options
author | 2021-12-26 03:21:17 -0800 | |
---|---|---|
committer | 2021-12-26 03:21:17 -0800 | |
commit | b08d5267cbba26848deccc660ded1e44a515f27c (patch) | |
tree | 6017ce36b2465568c177bbbe999f0c4f7634d6ad | |
parent | 1ce37acde62eaade12ecad0e510cece72f83dd81 (diff) | |
download | bun-b08d5267cbba26848deccc660ded1e44a515f27c.tar.gz bun-b08d5267cbba26848deccc660ded1e44a515f27c.tar.zst bun-b08d5267cbba26848deccc660ded1e44a515f27c.zip |
Update bun-framework-next.yml
-rw-r--r-- | .github/workflows/bun-framework-next.yml | 6 |
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: |