Skip to content

Commit

Permalink
add manual ghaction start for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Feb 15, 2024
1 parent 687c156 commit 15734de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/aps-cypress-e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and Deploy Cypress and Execute Tests
name: Cypress and Execute Tests

on:
workflow_dispatch: {}
push:
branches: ['test', 'cypress*', 'local-dev']
branches: ['test', 'cypress*']

env:
DASHBOARD_PROJECT_ID: ${{ secrets.CY_DASHBOARD_PRJ_ID }}
Expand Down

0 comments on commit 15734de

Please sign in to comment.