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 2c2b2d646c
commit da89b63d37

View File

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