From ae087c0b663980622f25e94771307f62fe59da8a Mon Sep 17 00:00:00 2001 From: yulei Date: Sat, 4 Apr 2026 20:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B6=85=E5=87=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d59bcbc..b7c232b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -1,7 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions -on: [push] - +on: + push: + branches: + - main + - master + - dev # 添加你的分支 jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest