Skip to content

Commit

Permalink
[Workflow] update_v6.4_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-0314 authored and sharang committed Jan 5, 2024
1 parent 3292cba commit 7678708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/agent-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
on:
push:
branches:
- main
- 'feature-**'
- v6.4
paths:
- 'agent/**'
- 'message/**'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: build cli
on:
push:
branches:
- main
- 'feature-**'
- v6.4
paths:
- 'cli/**'
tags:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: build server
on:
push:
branches:
- main
- 'feature-**'
- v6.4
paths:
- 'server/**'
- 'message/**'
Expand Down

0 comments on commit 7678708

Please sign in to comment.