-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Branch 2.5 action rules (#2384)
Signed-off-by: yangxuan <[email protected]>
- Loading branch information
1 parent
73d0394
commit bdd9052
Showing
6 changed files
with
0 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Check proto on pull request | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- 2.5 | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Code checker on pull request | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- 2.5 | ||
|
||
jobs: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI | |
on: | ||
push: | ||
branches: | ||
- 'master' | ||
- '2.5' | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Test on pull request | |
on: | ||
pull_request: | ||
branches: | ||
- master | ||
- 2.5 | ||
|
||
jobs: | ||
|
This file was deleted.
Oops, something went wrong.