From 22b471f0c852bbfb271ef2f46e4934dc85ff404f Mon Sep 17 00:00:00 2001 From: Niraj Patel Date: Thu, 7 Sep 2023 21:07:53 -0700 Subject: [PATCH] update workflow file to check cypress test on remote VM --- .github/workflows/aps-cypress-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aps-cypress-e2e.yaml b/.github/workflows/aps-cypress-e2e.yaml index dae997fd9..23b5db5ca 100644 --- a/.github/workflows/aps-cypress-e2e.yaml +++ b/.github/workflows/aps-cypress-e2e.yaml @@ -2,7 +2,7 @@ name: Build and Deploy Cypress and Execute Tests on: push: - branches: ['test', 'cypress/*'] + branches: ['test', 'cypress*'] env: DASHBOARD_PROJECT_ID: ${{ secrets.CY_DASHBOARD_PRJ_ID }}