From ab60d06382fcd8794a79806e1261b3dda1833c44 Mon Sep 17 00:00:00 2001 From: vdovhanych Date: Mon, 13 Jan 2025 15:27:50 +0100 Subject: [PATCH] chore(ci): run web and desktop e2e test on release branch pushes --- .github/workflows/test-suite-desktop-e2e.yml | 3 +++ .github/workflows/test-suite-web-e2e-pw.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/test-suite-desktop-e2e.yml b/.github/workflows/test-suite-desktop-e2e.yml index 04d4fec027e..85beb6612b2 100644 --- a/.github/workflows/test-suite-desktop-e2e.yml +++ b/.github/workflows/test-suite-desktop-e2e.yml @@ -15,6 +15,9 @@ on: - ".github/workflows/build-desktop*" - ".github/workflows/release*" - ".github/workflows/template*" + push: + branches: + - release/2* schedule: - cron: "0 0 * * *" workflow_dispatch: diff --git a/.github/workflows/test-suite-web-e2e-pw.yml b/.github/workflows/test-suite-web-e2e-pw.yml index 5cb942e22a7..0f580b2bac1 100644 --- a/.github/workflows/test-suite-web-e2e-pw.yml +++ b/.github/workflows/test-suite-web-e2e-pw.yml @@ -32,6 +32,9 @@ on: - ".github/workflows/release*" - ".github/workflows/template*" - ".github/actions/release*/**" + push: + branches: + - release/2* schedule: - cron: "0 0 * * *" workflow_dispatch: