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: