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
paths-ignore:
- '*.md'
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '*.md'
# pull_request:
# types:
# - opened
# - synchronize
# paths-ignore:
# - '*.md'
jobs:
skipci: