From b8f78535d178c80669cc0928a61bf21fb29744a6 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 5 Jul 2024 15:08:44 +0800 Subject: [PATCH] update --- .github/workflows/website_debug.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website_debug.yml b/.github/workflows/website_debug.yml index 0314eb605..fce665281 100644 --- a/.github/workflows/website_debug.yml +++ b/.github/workflows/website_debug.yml @@ -2,6 +2,8 @@ name: debug Website static content on: + push: + branches: [ website ] pull_request: branches: [ website ]