Update Cypress triggers back to push and pull request

This commit is contained in:
Felipe Knorr Kuhn 2022-06-03 20:52:59 -07:00
parent 69713ae156
commit 2a287b8d66
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -1,10 +1,6 @@
name: Cypress Tests
on:
push:
branches:
- master
pull_request:
on: [push, pull_request]
jobs:
cypress:
runs-on: ${{ matrix.os }}