From 6a1bb781428c3ab7a6727c38c6a233333a97645b Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 29 Apr 2020 16:20:14 +0530 Subject: [PATCH] fix/limit-branches --- .github/workflows/cypress.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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