Skip to content

Commit

Permalink
run cypress on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher committed Oct 25, 2023
1 parent ddebb85 commit 7bd2acc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Cypress
on:
push:
branches:
- "*"
- main
- "3.*"
jobs:
cypress:
name: Cypress
Expand Down

0 comments on commit 7bd2acc

Please sign in to comment.