Update docker-ci.yaml (#3925)

Fix the wrong trigger option.
This commit is contained in:
吴晟 Wu Sheng 2019-11-24 21:56:18 +08:00 committed by GitHub
parent 9fcdcb5227
commit a3f6325a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
name: docker-ci
on: [push]
on: [push, pull_request]
env:
SKIP_TEST: true
DOCKER_DIR: ./docker