From 83e4440cafb16fc898b7910adb97bec48bbbd4d9 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 5 Jul 2024 14:59:08 +0800 Subject: [PATCH] gen website when pr --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4ead005d2..e1d6a71e1 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: [ main, doc ,website ] + pull_request: + branches: [ main, develop ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: