From 18e06ad875a091a4790cf658f3bf054472cd60c7 Mon Sep 17 00:00:00 2001 From: Linloir <3145078758@qq.com> Date: Thu, 10 Oct 2024 00:13:43 +0800 Subject: [PATCH] Update .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index db5f45a..b0a8ae4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -3,8 +3,8 @@ run-name: ${{ gitea.event.head_commit.message }} on: push: - branches: - - main + tags: + - v* jobs: Generate-Pages: