From d0689fa2510b75a0f4bfb217a06d3b7203c37308 Mon Sep 17 00:00:00 2001 From: lhb008 Date: Mon, 9 Nov 2020 13:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20CI=20=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472fe931fe9c..2a5772838499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: Build envoy docs and deploy with github pages on: - push: - branches: [ zh ] - pull_request: - branches: [ zh ] + # push: + # branches: [ zh ] + pull_request: + branches: [ zh ] + types: ["opened","reopened","synchronize"] schedule: - cron: "* */8 * * *"