From 3045e6638554fbc5cbd5bd1e762ec9cbe6386c60 Mon Sep 17 00:00:00 2001
From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Date: Fri, 8 May 2020 22:42:12 +0900
Subject: [PATCH] ci: remove pull_request.types

cf. https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
> By default, a workflow only runs when a pull_request's activity type is opened, synchronize, or reopened.
---
 .github/workflows/test.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6803fce..b347a48 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -7,9 +7,6 @@ on:
     paths-ignore:
       - '**.md'
   pull_request:
-    types:
-      - opened
-      - synchronize
     paths-ignore:
       - '**.md'