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 226e72451c
commit 91a37d8fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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