You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/11/24 06:38:26 UTC

[skywalking] 01/01: Update docker-ci.yaml

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit c8461f6ef2932c0894a45c4dacf0ef66f6c49059
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Nov 24 14:38:10 2019 +0800

    Update docker-ci.yaml
    
    Fix the wrong trigger option.
---
 .github/workflows/docker-ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker-ci.yaml b/.github/workflows/docker-ci.yaml
index 7ccc7ca..5b3f6db 100644
--- a/.github/workflows/docker-ci.yaml
+++ b/.github/workflows/docker-ci.yaml
@@ -16,7 +16,7 @@
 
 name: docker-ci
 
-on: [push]
+on: [push, pull_request]
 env:
   SKIP_TEST: true
   DOCKER_DIR: ./docker