From ddf1588746732b1beaeda8a5621508b24eab2939 Mon Sep 17 00:00:00 2001 From: RonaldHolm Date: Tue, 23 Apr 2024 12:04:06 +0300 Subject: [PATCH] Update the cypress --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 939153e..b1211bd 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,7 +2,7 @@ name: Cypress Tests on: pull_request: - branches: [ main, master ] + branches: [ main, master, dev1 ] paths: - '**.ts' - '**.js'