Skip to content

Commit

Permalink
[CI] update ci
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
Nick-0314 committed May 20, 2024
1 parent 218d559 commit 5e4c60a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/agent-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ on:
push:
branches:
- main
- v6.[1-9]
- v7.[1-9]
- 'feature-**'
paths:
- 'agent/**'
Expand All @@ -17,6 +19,8 @@ on:
# release:
# branches:
# - main
- v6.[1-9]
- v7.[1-9]
# - release-*

name: build agent
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- main
- v6.[1-9]
- v7.[1-9]
paths:
- 'server/**'
- 'message/**'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/cli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- v6.[1-9]
- v7.[1-9]
- 'feature-**'
paths:
- 'cli/**'
Expand All @@ -18,6 +20,8 @@ on:
# release:
# branches:
# - main
- v6.[1-9]
- v7.[1-9]
# - release-*

jobs:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- v6.[1-9]
- v7.[1-9]
- 'feature-**'
paths:
- 'manifests/deepflow-docker-compose/**'
Expand All @@ -18,6 +20,8 @@ on:
# release:
# branches:
# - main
- v6.[1-9]
- v7.[1-9]
# - release-*

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- v6.[1-9]
- v7.[1-9]
- 'feature-**'
paths:
- 'server/**'
Expand Down

0 comments on commit 5e4c60a

Please sign in to comment.