diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 7ae69a873..ef9748f98 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,6 +1,11 @@ name: Cypress -on: [push] +on: + pull_request: + push: + branches: + - master + - stable* env: APP_NAME: activity