Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: Exclude vue-nodes-migration branch from playwright tests
This prevents the playwright-tests workflow from running on the vue-nodes-migration branch while keeping other tests (vitest, lint-and-format) active.
  • Loading branch information
christian-byrne committed Aug 8, 2025
commit 46326e89ac532851daa14a2172e3593cc41b874d
3 changes: 2 additions & 1 deletion .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Tests CI
on:
push:
branches: [main, master, core/*, desktop/*]
branches-ignore: [vue-nodes-migration]
pull_request:
branches-ignore: [wip/*, draft/*, temp/*]
branches-ignore: [wip/*, draft/*, temp/*, vue-nodes-migration]

jobs:
setup:
Expand Down