Skip to content

Commit

Permalink
enable CI for v2 branch (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: disksing <[email protected]>
  • Loading branch information
disksing authored Mar 2, 2022
1 parent 772679c commit 46d6493
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Compatibility Test

on:
push:
branches: [ master ]
branches: [ master, v2 ]
pull_request:
branches: [ master ]
branches: [ master, v2 ]

jobs:

Expand Down
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, v2 ]
pull_request:
branches: [ master ]
branches: [ master, v2 ]

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, v2 ]
pull_request:
branches: [ master ]
branches: [ master, v2 ]

jobs:
test:
Expand Down

0 comments on commit 46d6493

Please sign in to comment.