From 2a287b8d66cbfff87186cebd8e4c806ca2149457 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn <100320+knorrium@users.noreply.github.com> Date: Fri, 3 Jun 2022 20:52:59 -0700 Subject: [PATCH] Update Cypress triggers back to push and pull request --- .github/workflows/cypress.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 3168e8504..20ee7ffee 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,10 +1,6 @@ name: Cypress Tests -on: - push: - branches: - - master - pull_request: +on: [push, pull_request] jobs: cypress: runs-on: ${{ matrix.os }}