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.
This commit is contained in:
Shohei Ueda
2020-05-08 22:42:11 +09:00
committed by GitHub
parent e4c9fb3020
commit 312bc2c8e4

View File

@@ -7,9 +7,6 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request:
types:
- opened
- synchronize
paths-ignore: paths-ignore:
- '**.md' - '**.md'