[feat] Enable Playwright tests for sno-fix-playwright-pnpm branch

- Add sno-fix-playwright-pnpm to push triggers in test-ui.yaml workflow
- This ensures Playwright tests run on pushes to current branch

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
snomiao
2025-08-31 05:55:12 +00:00
parent b4b834d7c4
commit 2b0f60021b

View File

@@ -2,7 +2,7 @@ name: Tests CI
on:
push:
branches: [main, master, core/*, desktop/*]
branches: [main, master, core/*, desktop/*, sno-fix-playwright-pnpm]
pull_request:
branches-ignore:
[wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*]