From 312bc2c8e4e0c8f0e297fabe335bd322edbb5a3b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 8 May 2020 22:42:11 +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 6cdc4cb..a1a470d 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'