Skip to content

Commit

Permalink
Update docker-ci.yaml (#3925)
Browse files Browse the repository at this point in the history
Fix the wrong trigger option.
  • Loading branch information
wu-sheng committed Nov 24, 2019
1 parent 9fcdcb5 commit a3f6325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name: docker-ci

on: [push]
on: [push, pull_request]
env:
SKIP_TEST: true
DOCKER_DIR: ./docker
Expand Down

0 comments on commit a3f6325

Please sign in to comment.