diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index 1b5804b2e..a20e9a0ce 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -5,7 +5,7 @@ on: push: branches: [main, master, core/*, desktop/*] pull_request: - branches-ignore: [wip/*, draft/*, temp/*] + branches-ignore: [wip/*, draft/*, temp/*, version-bump-*] workflow_dispatch: workflow_run: workflows: ['i18n: Update Core']