Set GitHub Action for Cypress to pull_request instead of push

This commit is contained in:
wiz 2021-07-26 15:47:13 +09:00
parent bf13994d28
commit cedd94c654
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

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