From 9a7df7b5b1e15f1bc7ffe6728ca21c2d2c33d520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A4=E7=8B=90=E4=B8=80=E5=86=B2?= <43949039+anonymousGiga@users.noreply.github.com> Date: Sun, 28 May 2023 17:16:19 +0800 Subject: [PATCH] Update mdbook.yml --- .github/workflows/mdbook.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 543c435..e5a05b1 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -8,6 +8,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + pull_request: + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: