Skip to content

Commit a2f8480

Browse files
fixup! chore: add workflow to test Cloudflare Worker build on PRs and pushes
remove unnecessary filter
1 parent 33da97d commit a2f8480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-open-next-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
run: pnpm install --frozen-lockfile
6262

6363
- name: Build Cloudflare Worker
64-
run: pnpm exec turbo run --filter=@node-core/website cloudflare:build:worker ${{ env.TURBO_ARGS }}
64+
run: pnpm exec turbo run cloudflare:build:worker ${{ env.TURBO_ARGS }}

0 commit comments

Comments
 (0)