Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed Apr 29, 2024
1 parent a65f24d commit 85a139d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AudioQnA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: AudioQnA-test

on:
pull_request:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- AudioQnA/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ChatQnA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: ChatQnA-test

on:
pull_request_target:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- ChatQnA/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeGen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: CodeGen-test

on:
pull_request_target:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- CodeGen/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DocSum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: DocSum-test

on:
pull_request_target:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- DocSum/**
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/SearchQnA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: SearchQnA-test

on:
pull_request_target:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- SearchQnA/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VisualQnA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: VisualQnA-test

on:
pull_request_target:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths:
- VisualQnA/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Code Scan

on:
pull_request:
branches: [master]
branches: [main]
types: [opened, reopened, ready_for_review, synchronize] # added `ready_for_review` since draft is skipped
paths-ignore:
- "**.md"
Expand Down

0 comments on commit 85a139d

Please sign in to comment.