From 298baff3c38f4431f172ca2bfe8ed934479a327b Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 11 Mar 2021 22:13:45 +0000 Subject: [PATCH] include develop --- .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 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 * * *'