From 382d7b805ae0b1cecf37853ad758df5609635e96 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472fe931fe9c..beb8c36d8860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Build envoy docs and deploy with github pages on: push: branches: [ zh ] - pull_request: + pull_request: branches: [ zh ] schedule: - cron: "* */8 * * *"