From 489a03aac40f9daac18d4d333736c60057784060 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 8 May 2020 22:42:10 +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 89cd7ac15..8446a5b41 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'