From 1c102c195cc6e822f68f0bb16b54788d41d61296 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 10 Mar 2021 08:41:42 +0000 Subject: [PATCH] fix --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d6a7a0037..89631f3ae 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,9 +2,9 @@ name: Automation Tests on: push: - branches: [ feature/automation ] + branches: [ feature/ui-automation ] pull_request: - branches: [ feature/automation ] + branches: [ feature/ui-automation ] jobs: automation-tests: