Skip to content

Commit

Permalink
feat: Update cypress workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaa committed May 4, 2023
1 parent 7331955 commit 84fb74c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
branches:
- 'master'
pull_request:
types: [ready_for_review]
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
e2e:
Expand Down

0 comments on commit 84fb74c

Please sign in to comment.