[CI] Exclude vue-nodes-migration branch from playwright tests (#4844)

This commit is contained in:
Christian Byrne
2025-08-08 16:52:25 -07:00
committed by GitHub
parent ba28fa4621
commit 8bf60777e7

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [main, master, core/*, desktop/*]
pull_request:
branches-ignore: [wip/*, draft/*, temp/*]
branches-ignore: [wip/*, draft/*, temp/*, vue-nodes-migration]
jobs:
setup: