Skip to content

Commit

Permalink
Enable github actions on branch 2.2 (#1231)
Browse files Browse the repository at this point in the history
See also: #1230

Signed-off-by: yangxuan <[email protected]>

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Nov 21, 2022
1 parent b268bcd commit aaa98eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check proto on pull request
on:
pull_request:
branches:
- master
- 2.2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code checker on pull request
on:
pull_request:
branches:
- master
- 2.2

jobs:
code-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
on:
push:
branches:
- 'master'
- '2.2'

jobs:
build-n-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test on pull request
on:
pull_request:
branches:
- master
- 2.2

jobs:
build:
Expand Down

0 comments on commit aaa98eb

Please sign in to comment.