From 2d1fad8b94253e6856f7d0c4cd56d8f4e2cdf8da Mon Sep 17 00:00:00 2001 From: aa89227 Date: Tue, 19 Dec 2023 19:03:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20devops=20build=20=E5=A4=B1=E6=95=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Backend - Build and Deploy.yml | 2 +- .github/workflows/Front-End.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Backend - Build and Deploy.yml b/.github/workflows/Backend - Build and Deploy.yml index 2dc857d..d1ac7c4 100644 --- a/.github/workflows/Backend - Build and Deploy.yml +++ b/.github/workflows/Backend - Build and Deploy.yml @@ -10,7 +10,7 @@ on: env: - DOTNET_VERSION: '7.0.x' + DOTNET_VERSION: '8.0.x' DOTNET_APP_SOURCE_PATH: '.' #DOTNET_APP_PUBLISH_PROJECT_PATH: './src/BackEnd/src/InterfaceAdapter/WebApi' diff --git a/.github/workflows/Front-End.yml b/.github/workflows/Front-End.yml index 0a14df8..66c45b0 100644 --- a/.github/workflows/Front-End.yml +++ b/.github/workflows/Front-End.yml @@ -7,7 +7,7 @@ env: on: push: - branches: [main, devops, feature/Front-End-To-GitHub-Pages] #偵測分支 + branches: [main, develop, devops] #偵測分支 paths: - "Client/**" #偵測目錄 - ".github/workflows/Front-End.yml" #偵測檔案"