Add [push, pull_request] to cypress GHA workflow

This commit is contained in:
wiz 2021-07-29 23:58:25 +09:00 committed by GitHub
parent 392460aa42
commit fe32c99bee

View File

@ -1,6 +1,6 @@
name: Cypress Tests
on: [push]
on: [push, pull_request]
jobs:
cypress: