From cb0de9cff0078acb3e2c5f66eb1dc2aff4096465 Mon Sep 17 00:00:00 2001 From: Peter Makowski Date: Mon, 22 Jan 2024 13:02:25 +0100 Subject: [PATCH] ci: run tests on *cypress* branches (#5298) --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4188c04e64..1fd949cc0b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -4,6 +4,7 @@ on: branches: - main - "3.*" + - "*cypress*" jobs: cypress: name: Cypress