From 5606d242574cac9504363394ebef2c25a1353bb7 Mon Sep 17 00:00:00 2001 From: Philip Saa Date: Wed, 12 Jan 2022 15:38:41 +0100 Subject: [PATCH] Update cypress-tests.yml Should only be triggered on branch push to `main` --- .github/workflows/cypress-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress-tests.yml b/.github/workflows/cypress-tests.yml index f89b273..03da28a 100644 --- a/.github/workflows/cypress-tests.yml +++ b/.github/workflows/cypress-tests.yml @@ -1,6 +1,9 @@ name: Run Cypress Tests -on: pull_request +on: + push: + branches: + - main jobs: build: