Skip to content

Commit

Permalink
fix: devops build 失敗
Browse files Browse the repository at this point in the history
  • Loading branch information
aa89227 committed Dec 19, 2023
1 parent 6f70db1 commit 2d1fad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Backend - Build and Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Front-End.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" #偵測檔案"
Expand Down

0 comments on commit 2d1fad8

Please sign in to comment.