diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index afe5648d3..4d13fad78 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,9 +2,9 @@ name: Automation Tests on: push: - branches: [ feature/ui-automation ] + branches: [ feature/ui-automation, develop ] pull_request: - branches: [ feature/ui-automation ] + branches: [ feature/ui-automation, develop ] schedule: - cron: '0 0 * * *'