diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3168e8504..20ee7ffee 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,10 +1,6 @@ name: Cypress Tests -on: - push: - branches: - - master - pull_request: +on: [push, pull_request] jobs: cypress: runs-on: ${{ matrix.os }}