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

View File

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