From 9e903e6948fbbb40bc02ae7c772399b263e4afa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=AE=E5=AD=90=E8=80=97=E8=80=97?= <3116737282@qq.com> Date: Tue, 1 Jul 2025 12:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=9E=84=E5=BB=BA=E5=92=8C=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E4=BD=9C=E4=B8=9A=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 2 +- .gitea/workflows/dev.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 077f294..1b68577 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ on: - main jobs: - build-and-deploy: + build-and-deploy(production): runs-on: ubuntu-latest permissions: contents: read diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 85ee9ac..2d7ffe2 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -6,7 +6,7 @@ on: types: [opened,synchronize] jobs: - build-and-deploy: + build-and-deploy(dev): runs-on: ubuntu-latest permissions: contents: read