Skip to content

Commit

Permalink
enable workflow for tidb-7.1
Browse files Browse the repository at this point in the history
Signed-off-by: you06 <you1474600@gmail.com>
  • Loading branch information
you06 committed Aug 14, 2023
1 parent b032778 commit 38bc2de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Integration Test

on:
push:
branches: [ master ]
branches: [ master, tidb-7.1 ]
pull_request:
branches: [ master ]
branches: [ master, tidb-7.1 ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Unit Test

on:
push:
branches: [ master ]
branches: [ master, tidb-7.1 ]
pull_request:
branches: [ master ]
branches: [ master, tidb-7.1 ]

jobs:
test:
Expand Down

0 comments on commit 38bc2de

Please sign in to comment.