diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index c3e2e6dd0..b3c4e1998 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -5,8 +5,8 @@ on: push: branches: [main, master, core/*, desktop/*] pull_request: - branches-ignore: - [wip/*, draft/*, temp/*, vue-nodes-migration, sno-playwright-*] + branches-ignore: [wip/*, draft/*, temp/*] + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}