Skip to content

Commit e3978be

Browse files
authored
Chore: Add workflow dispatch to E2E
Also remove old branches from the ignore
1 parent d2ff7d5 commit e3978be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-tests-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches: [main, master, core/*, desktop/*]
77
pull_request:
88
branches-ignore:
9-
[wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*]
9+
[wip/*, draft/*, temp/*]
10+
workflow_dispatch:
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)