Skip to content

Commit

Permalink
fix: Master action trigger (milvus-io#2385)
Browse files Browse the repository at this point in the history
Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Nov 26, 2024
1 parent 09c8a3e commit 3449513
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- master
- 2.5

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- master
- 2.5

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

jobs:
build-n-publish:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- master
- 2.5

jobs:
build:
Expand Down

0 comments on commit 3449513

Please sign in to comment.