From 8fa0539b5a86ba5c7c306f61d3bb6272a8a43ff8 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 24 Jun 2022 21:56:08 -0700 Subject: [PATCH] Update test triggers --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ae17a8749..918434a93 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,6 +1,8 @@ name: Cypress Tests -on: [push, pull_request] +on: + pull_request: + types: [ opened, review_requested, synchronize ] jobs: cypress: if: "!contains(github.event.pull_request.labels.*.name, 'ops')"