ci: comment out pull_request event

This commit is contained in:
Shohei Ueda 2020-03-22 16:09:54 +09:00 committed by GitHub
parent 6cf4da4de2
commit cf8d655310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -6,12 +6,12 @@ on:
- master - master
paths-ignore: paths-ignore:
- '*.md' - '*.md'
pull_request: # pull_request:
types: # types:
- opened # - opened
- synchronize # - synchronize
paths-ignore: # paths-ignore:
- '*.md' # - '*.md'
jobs: jobs:
skipci: skipci: