Skip to content

Commit

Permalink
Refine the Github Actions config (pingcap#731)
Browse files Browse the repository at this point in the history
Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato authored Mar 8, 2021
1 parent 9d76ad4 commit 39b8846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golang-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- master
- release-4.0
- release-3.0
pull_request:
branches:
- master
- release-4.0
- release-3.0
jobs:
golang-test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
branches:
- master
- release-4.0
- update_ci
- release-3.0
pull_request:
branches:
- master
- release-4.0
- update_ci
- release-3.0
jobs:
rust-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39b8846

Please sign in to comment.