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:10 +09:00 committed by GitHub
parent d6f110ce1e
commit 489a03aac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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