From 58c5835f5b7c874f36bf5b4e0a29958ea46f8651 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sat, 23 Aug 2025 00:07:58 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/deploy-pr?= =?UTF-8?q?eview.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy-preview.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-preview.yml b/.gitea/workflows/deploy-preview.yml index 6af5828..ecd1f6f 100644 --- a/.gitea/workflows/deploy-preview.yml +++ b/.gitea/workflows/deploy-preview.yml @@ -1,12 +1,12 @@ -name: Deploy preview (main_kin) +name: Deploy preview (main_ou) on: push: - branches: ["main_kin"] + branches: ["main_ou"] workflow_dispatch: concurrency: - group: deploy-main_kin + group: deploy-main_ou cancel-in-progress: true jobs: @@ -14,7 +14,7 @@ jobs: runs-on: ["native"] steps: - uses: actions/checkout@v4 - - name: Deploy to preview (main_kin) + - name: Deploy to preview (main_ou) env: - BRANCH: main_kin + BRANCH: main_ou run: /usr/local/bin/deploy_branch_simple.sh \ No newline at end of file