From 32d3642308e6d0796b56f757a49c4cfec1b6cb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Tue, 17 Oct 2023 10:19:14 +0200 Subject: [PATCH] temp: add push trigger --- .github/workflows/desktop-e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 814976c4b3eb..e6bab100035d 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -3,6 +3,9 @@ on: schedule: - cron: '0 0 * * *' workflow_dispatch: + push: + branches: + - migrate-tests jobs: e2e-test: name: Run end-to-end desktop tests (app-test-linux)