Skip to content

Commit 086adf4

Browse files
update: add test-workflow branch and filter packages for build
1 parent ff94d7b commit 086adf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- test-workflow
78

89
concurrency: ${{ github.workflow }}-${{ github.ref }}
910

@@ -78,7 +79,7 @@ jobs:
7879
run: pnpm install
7980

8081
- name: Build packages
81-
run: pnpm run build
82+
run: pnpm run build --filter=./packages
8283

8384
- name: Create .npmrc for npm Registry
8485
run: |

0 commit comments

Comments
 (0)