diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index bd83ba774e..89dd85cdc1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,5 +1,9 @@ name: Cypress tests -on: [push] +on: + push: + branches: + - master + - production-** jobs: cypress-run: name: Cypress run