diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index da1be5df..83751101 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,6 +1,10 @@ name: Cypress Tests -on: [push] +on: + push: + pull_request: + branches: + - master jobs: cypress-run: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d71814c2..ec8eb2ba 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: - master pull_request: branches: - - main + - master jobs: build: runs-on: ubuntu-latest