From 06037df60769aac127752e3c23eae041dd46000e Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Tue, 20 Jun 2023 22:42:18 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BB=85=E5=9C=A8master=E5=88=86?= =?UTF-8?q?=E6=94=AF=E8=BF=90=E8=A1=8Csync-wiki=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-wiki.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index 5c11e866..88575988 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -1,7 +1,14 @@ name: Update Wiki on: + pull_request: + branches: + - master + paths: + - 'res/wiki/**' push: + branches: + - master paths: - 'res/wiki/**'