From 52a5574220b6fcfd4089b8a5b850d7aec935ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 14 Dec 2024 07:37:03 +0800 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d7084ae..d0f82e4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + tags: + - "v*" paths: - 'docs/**' # Only trigger on changes in the docs directory # Runs on issue events