Skip to content

Commit

Permalink
修改github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aa89227 committed Aug 20, 2023
1 parent 35095b9 commit e63c4ba
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 @@ -2,7 +2,7 @@ name: Backend - Build and Deploy

on:
push:
branches: [main, develop]
branches: [main, develop, devops]
pull_request:


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: [master, main, feature/Front-End-To-GitHub-Pages] #偵測分支
branches: [main, devops, feature/Front-End-To-GitHub-Pages] #偵測分支
paths:
- "Client/**" #偵測目錄

Expand Down

0 comments on commit e63c4ba

Please sign in to comment.